#229CB5

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

Shades of Pelorous #229CB5

Tints of Pelorous #229CB5

Color information

#229CB5 (or 0x229CB5) is unknown color: approx Pelorous. HEX triplet: 22, 9C and B5. RGB value is (34,156,181). Sum of RGB (Red+Green+Blue) = 34+156+181=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #229CB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229CB5 is #DD634A. Grayscale: #7A7A7A. Windows color (decimal): -14508875 or 11901986. OLE color: 11901986.

HSL color Cylindrical-coordinate representation of color #229CB5: hue angle of 190.2º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #229CB5 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB34156181-
CMYK0.810.1400.29
HSL190.2º68.37%42.16%-
HSV(B)190.2º81.22%70.98%-
XYZ20.8927.4547.91-
YUV122.37161.0864.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.16%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 181 (71.09% from 255) = 48.79%
R=9.16%
G=42.05%
B=48.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal341561810.810.1400.29190.268.3742.16
Hex229CB551E01Dbe442a
Octal422342651211603527610452
Binary100010100111001011010110100011110011101101111101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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