Html Css Color HEX #229DCC Pelorous

📋 copy color: '#229DCC'

red 34 ◦ green 157 ◦ blue 204

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

Shades of Pelorous #229DCC

Tints of Pelorous #229DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.75%

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

R = 8.61%
G = 39.75%
B = 51.65%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#229DCC (or 0x229DCC) is known color: Pelorous. HEX triplet: 22, 9D and CC. RGB value is (34,157,204). Sum of RGB (Red+Green+Blue) = 34+157+204=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #229DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229DCC is #DD6233. Grayscale: #7D7D7D. Windows color (decimal): -14508596 or 13409570. OLE color: 13409570.

HSL color Cylindrical-coordinate representation of color #229DCC: hue angle of 196.59º 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 #229DCC is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 157 204 -
CMYK 0.83 0.23 0 0.2
HSL 196.59º 0.71% 0.47% -
HSV(B) 196.59º 0.83% 0.8% -
XYZ 23.62 28.81 61.44 -
YUV 125.58 172.25 62.68 -
System Red Green Blue C M Y K H S L
Decimal 34 157 204 0.83 0.23 0 0.2 196.59 0.71 0.47
Hex 22 9D CC 53 17 0 14 C5 47 2F
Octal 42 235 314 123 27 0 24 305 107 57
Binary 100010 10011101 11001100 1010011 10111 0 10100 11000101 1000111 101111

Color Harmonies of #229DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229DCC

Black with #229DCC

Text Example


Text Example

White with #229DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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