#229EAA

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

Shades of Pelorous #229EAA

Tints of Pelorous #229EAA

Color information

#229EAA (or 0x229EAA) is unknown color: approx Pelorous. HEX triplet: 22, 9E and AA. RGB value is (34,158,170). Sum of RGB (Red+Green+Blue) = 34+158+170=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #229EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229EAA is #DD6155. Grayscale: #7A7A7A. Windows color (decimal): -14508374 or 11181602. OLE color: 11181602.

HSL color Cylindrical-coordinate representation of color #229EAA: hue angle of 185.29º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #229EAA is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB34158170-
CMYK0.800.0700.33
HSL185.29º66.67%40%-
HSV(B)185.29º80%66.67%-
XYZ20.1427.742.31-
YUV122.29154.9265.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.39%
GREEN value IS 158 (62.11% from 255) = 43.65%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=9.39%
G=43.65%
B=46.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341581700.800.0700.33185.2966.6740
Hex229EAA507021b94328
Octal42236252120704127110350
Binary100010100111101010101010100001110100001101110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,158,170); }

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

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

 a { background-color: rgb(34,158,170); }

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

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

 span { border-color: rgb(34,158,170); }

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