Html Css Color HEX #229EB8 Pelorous

📋 copy color: '#229EB8'

red 34 ◦ green 158 ◦ blue 184

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

Shades of Pelorous #229EB8

Tints of Pelorous #229EB8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.02%

 BLUE value IS 184 (72.27% from 255) = 48.94%

R = 9.04%
G = 42.02%
B = 48.94%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#229EB8 (or 0x229EB8) is known color: Pelorous. HEX triplet: 22, 9E and B8. RGB value is (34,158,184). Sum of RGB (Red+Green+Blue) = 34+158+184=376 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.04% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #229EB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229EB8 is #DD6147. Grayscale: #7B7B7B. Windows color (decimal): -14508360 or 12099106. OLE color: 12099106.

HSL color Cylindrical-coordinate representation of color #229EB8: hue angle of 190.4º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #229EB8 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 34 158 184 -
CMYK 0.82 0.14 0 0.28
HSL 190.4º 0.69% 0.43% -
HSV(B) 190.4º 0.82% 0.72% -
XYZ 21.54 28.25 49.67 -
YUV 123.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 34 158 184 0.82 0.14 0 0.28 190.4 0.69 0.43
Hex 22 9E B8 52 E 0 1C BE 45 2B
Octal 42 236 270 122 16 0 34 276 105 53
Binary 100010 10011110 10111000 1010010 1110 0 11100 10111110 1000101 101011

Color Harmonies of #229EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229EB8

Black with #229EB8

Text Example


Text Example

White with #229EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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