Html Css Color HEX #299BA9 Pelorous

📋 copy color: '#299BA9'

red 41 ◦ green 155 ◦ blue 169

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

Shades of Pelorous #299BA9

Tints of Pelorous #299BA9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.47%

 BLUE value IS 169 (66.41% from 255) = 46.3%

R = 11.23%
G = 42.47%
B = 46.3%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#299BA9 (or 0x299BA9) is known color: Pelorous. HEX triplet: 29, 9B and A9. RGB value is (41,155,169). Sum of RGB (Red+Green+Blue) = 41+155+169=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #299BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299BA9 is #D66456. Grayscale: #7A7A7A. Windows color (decimal): -14050391 or 11115305. OLE color: 11115305.

HSL color Cylindrical-coordinate representation of color #299BA9: hue angle of 186.56º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299BA9 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 41 155 169 -
CMYK 0.76 0.08 0 0.34
HSL 186.56º 0.61% 0.41% -
HSV(B) 186.56º 0.76% 0.66% -
XYZ 19.8 26.78 41.66 -
YUV 122.51 154.23 69.86 -
System Red Green Blue C M Y K H S L
Decimal 41 155 169 0.76 0.08 0 0.34 186.56 0.61 0.41
Hex 29 9B A9 4C 8 0 22 BB 3D 29
Octal 51 233 251 114 10 0 42 273 75 51
Binary 101001 10011011 10101001 1001100 1000 0 100010 10111011 111101 101001

Color Harmonies of #299BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BA9

Black with #299BA9

Text Example


Text Example

White with #299BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,155,169); }

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

background-color css

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

 a { background-color: rgb(41,155,169); }

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

border-color css

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

 span { border-color: rgb(41,155,169); }

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