Html Css Color HEX #229CCC Pelorous

📋 copy color: '#229CCC'

red 34 ◦ green 156 ◦ blue 204

#229CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #229CCC

Tints of Pelorous #229CCC

RGB

 RED value IS 34 (13.67% from 255) = 8.63%

 GREEN value IS 156 (61.33% from 255) = 39.59%

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 8.63%
G = 39.59%
B = 51.78%

CMYK

 C value IS 0.83

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#229CCC (or 0x229CCC) is known color: Pelorous. HEX triplet: 22, 9C and CC. RGB value is (34,156,204). Sum of RGB (Red+Green+Blue) = 34+156+204=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #229CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229CCC is #DD6333. Grayscale: #7C7C7C. Windows color (decimal): -14508852 or 13409314. OLE color: 13409314.

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

Color convert

RGB 34 156 204 -
CMYK 0.83 0.24 0 0.2
HSL 196.94º 0.71% 0.47% -
HSV(B) 196.94º 0.83% 0.8% -
XYZ 23.45 28.48 61.39 -
YUV 124.99 172.58 63.1 -
System Red Green Blue C M Y K H S L
Decimal 34 156 204 0.83 0.24 0 0.2 196.94 0.71 0.47
Hex 22 9C CC 53 18 0 14 C5 47 2F
Octal 42 234 314 123 30 0 24 305 107 57
Binary 100010 10011100 11001100 1010011 11000 0 10100 11000101 1000111 101111

Color Harmonies of #229CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229CCC

Black with #229CCC

Text Example


Text Example

White with #229CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #229CCC;
 }
 .AnyTagClassName
 {
   color: #229CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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