#229CAA

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

Shades of Pelorous #229CAA

Tints of Pelorous #229CAA

Color information

#229CAA (or 0x229CAA) is unknown color: approx Pelorous. HEX triplet: 22, 9C and AA. RGB value is (34,156,170). Sum of RGB (Red+Green+Blue) = 34+156+170=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #229CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229CAA is #DD6355. Grayscale: #787878. Windows color (decimal): -14508886 or 11181090. OLE color: 11181090.

HSL color Cylindrical-coordinate representation of color #229CAA: hue angle of 186.18º 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 #229CAA is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB34156170-
CMYK0.800.0800.33
HSL186.18º66.67%40%-
HSV(B)186.18º80%66.67%-
XYZ19.827.0242.2-
YUV121.12155.5865.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.44%
GREEN value IS 156 (61.33% from 255) = 43.33%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=9.44%
G=43.33%
B=47.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341561700.800.0800.33186.1866.6740
Hex229CAA508021ba4328
Octal422342521201004127210350
Binary1000101001110010101010101000010000100001101110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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