#229EAC

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

Shades of Pelorous #229EAC

Tints of Pelorous #229EAC

Color information

#229EAC (or 0x229EAC) is unknown color: approx Pelorous. HEX triplet: 22, 9E and AC. RGB value is (34,158,172). Sum of RGB (Red+Green+Blue) = 34+158+172=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #229EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229EAC is #DD6153. Grayscale: #7A7A7A. Windows color (decimal): -14508372 or 11312674. OLE color: 11312674.

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

Color convert

RGB34158172-
CMYK0.800.0800.33
HSL186.09º66.99%40.39%-
HSV(B)186.09º80.23%67.45%-
XYZ20.3327.7743.32-
YUV122.52155.9264.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.34%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 172 (67.58% from 255) = 47.25%
R=9.34%
G=43.41%
B=47.25%

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
Decimal341581720.800.0800.33186.0966.9940.39
Hex229EAC508021ba4328
Octal422362541201004127210350
Binary1000101001111010101100101000010000100001101110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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