#229AAE

Color #229AAE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #229AAE

Tints of Pelorous #229AAE

Color information

#229AAE (or 0x229AAE) is unknown color: approx Pelorous. HEX triplet: 22, 9A and AE. RGB value is (34,154,174). Sum of RGB (Red+Green+Blue) = 34+154+174=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #229AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229AAE is #DD6551. Grayscale: #787878. Windows color (decimal): -14509394 or 11442722. OLE color: 11442722.

HSL color Cylindrical-coordinate representation of color #229AAE: hue angle of 188.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #229AAE is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB34154174-
CMYK0.800.1100.32
HSL188.57º67.31%40.78%-
HSV(B)188.57º80.46%68.24%-
XYZ19.8626.5144.11-
YUV120.4158.2466.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 9.39%
GREEN value IS 154 (60.55% from 255) = 42.54%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=9.39%
G=42.54%
B=48.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal341541740.800.1100.32188.5767.3140.78
Hex229AAE50B020bd4329
Octal422322561201304027510351
Binary1000101001101010101110101000010110100000101111011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229AAE; }

 p { color: rgb(34,154,174); }

 H1.HeaderClassName
 {
   color: #229AAE;
 }
 .AnyTagClassName
 {
   color: #229AAE;
 }
</style>
background-color css

<style>
 a { background-color: #229AAE; }

 a { background-color: rgb(34,154,174); }

 div.DivClassName
 {
   background-color: #229AAE;
 }
 .BgClassName
 {
   background-color: #229AAE;
 }
</style>
border-color css

<style>
 span { border-color: #229AAE; }

 span { border-color: rgb(34,154,174); }

 td.TdClassName
 {
   border-color: #229AAE;
 }
 .TagClassName
 {
   border-color: #229AAE;
 }
</style>