Html Css Color HEX #299AB6 Pelorous

📋 copy color: '#299AB6'

red 41 ◦ green 154 ◦ blue 182

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

Shades of Pelorous #299AB6

Tints of Pelorous #299AB6

RGB

 RED value IS 41 (16.41% from 255) = 10.88%

 GREEN value IS 154 (60.55% from 255) = 40.85%

 BLUE value IS 182 (71.48% from 255) = 48.28%

R = 10.88%
G = 40.85%
B = 48.28%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#299AB6 (or 0x299AB6) is known color: Pelorous. HEX triplet: 29, 9A and B6. RGB value is (41,154,182). Sum of RGB (Red+Green+Blue) = 41+154+182=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #299AB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299AB6 is #D66549. Grayscale: #7B7B7B. Windows color (decimal): -14050634 or 11967017. OLE color: 11967017.

HSL color Cylindrical-coordinate representation of color #299AB6: hue angle of 191.91º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299AB6 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 154 182 -
CMYK 0.77 0.15 0 0.29
HSL 191.91º 0.63% 0.44% -
HSV(B) 191.91º 0.77% 0.71% -
XYZ 20.91 26.96 48.36 -
YUV 123.41 161.06 69.22 -
System Red Green Blue C M Y K H S L
Decimal 41 154 182 0.77 0.15 0 0.29 191.91 0.63 0.44
Hex 29 9A B6 4D F 0 1D C0 3F 2C
Octal 51 232 266 115 17 0 35 300 77 54
Binary 101001 10011010 10110110 1001101 1111 0 11101 11000000 111111 101100

Color Harmonies of #299AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299AB6

Black with #299AB6

Text Example


Text Example

White with #299AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299AB6; }

 p { color: rgb(41,154,182); }

 H1.HeaderClassName
 {
   color: #299AB6;
 }
 .AnyTagClassName
 {
   color: #299AB6;
 }
</style>

background-color css

<style>
 a { background-color: #299AB6; }

 a { background-color: rgb(41,154,182); }

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

border-color css

<style>
 span { border-color: #299AB6; }

 span { border-color: rgb(41,154,182); }

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