#229ECB

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

Shades of Pelorous #229ECB

Tints of Pelorous #229ECB

Color information

#229ECB (or 0x229ECB) is unknown color: approx Pelorous. HEX triplet: 22, 9E and CB. RGB value is (34,158,203). Sum of RGB (Red+Green+Blue) = 34+158+203=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #229ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229ECB is #DD6134. Grayscale: #7D7D7D. Windows color (decimal): -14508341 or 13344290. OLE color: 13344290.

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

Color convert

RGB34158203-
CMYK0.830.2200.20
HSL195.98º71.31%46.47%-
HSV(B)195.98º83.25%79.61%-
XYZ23.6729.1160.87-
YUV126.05171.4262.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.61%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=8.61%
G=40%
B=51.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal341582030.830.2200.20195.9871.3146.47
Hex229ECB5316014c4472e
Octal422363131232602430410756
Binary1000101001111011001011101001110110010100110001001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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