#229ECA

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

Shades of Pelorous #229ECA

Tints of Pelorous #229ECA

Color information

#229ECA (or 0x229ECA) is unknown color: approx Pelorous. HEX triplet: 22, 9E and CA. RGB value is (34,158,202). Sum of RGB (Red+Green+Blue) = 34+158+202=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #229ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229ECA is #DD6135. Grayscale: #7D7D7D. Windows color (decimal): -14508342 or 13278754. OLE color: 13278754.

HSL color Cylindrical-coordinate representation of color #229ECA: hue angle of 195.71º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #229ECA is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB34158202-
CMYK0.830.2200.21
HSL195.71º71.19%46.27%-
HSV(B)195.71º83.17%79.22%-
XYZ23.5529.0660.24-
YUV125.94170.9262.42-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.63%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 202 (79.30% from 255) = 51.27%
R=8.63%
G=40.10%
B=51.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal341582020.830.2200.21195.7171.1946.27
Hex229ECA5316015c4472e
Octal422363121232602530410756
Binary1000101001111011001010101001110110010101110001001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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