Html Css Color HEX #229FB3 Pelorous

📋 copy color: '#229FB3'

red 34 ◦ green 159 ◦ blue 179

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

Shades of Pelorous #229FB3

Tints of Pelorous #229FB3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.74%

 BLUE value IS 179 (70.31% from 255) = 48.12%

R = 9.14%
G = 42.74%
B = 48.12%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#229FB3 (or 0x229FB3) is known color: Pelorous. HEX triplet: 22, 9F and B3. RGB value is (34,159,179). Sum of RGB (Red+Green+Blue) = 34+159+179=372 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.14% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #229FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229FB3 is #DD604C. Grayscale: #7B7B7B. Windows color (decimal): -14508109 or 11771682. OLE color: 11771682.

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

Color convert

RGB 34 159 179 -
CMYK 0.81 0.11 0 0.30
HSL 188.28º 0.68% 0.42% -
HSV(B) 188.28º 0.81% 0.7% -
XYZ 21.19 28.39 47.01 -
YUV 123.91 159.09 63.87 -
System Red Green Blue C M Y K H S L
Decimal 34 159 179 0.81 0.11 0 0.30 188.28 0.68 0.42
Hex 22 9F B3 51 B 0 1E BC 44 2A
Octal 42 237 263 121 13 0 36 274 104 52
Binary 100010 10011111 10110011 1010001 1011 0 11110 10111100 1000100 101010

Color Harmonies of #229FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229FB3

Black with #229FB3

Text Example


Text Example

White with #229FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,159,179); }

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

background-color css

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

 a { background-color: rgb(34,159,179); }

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

border-color css

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

 span { border-color: rgb(34,159,179); }

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