Html Css Color HEX #299BAA Pelorous

📋 copy color: '#299BAA'

red 41 ◦ green 155 ◦ blue 170

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

Shades of Pelorous #299BAA

Tints of Pelorous #299BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 11.2%
G = 42.35%
B = 46.45%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#299BAA (or 0x299BAA) is known color: Pelorous. HEX triplet: 29, 9B and AA. RGB value is (41,155,170). Sum of RGB (Red+Green+Blue) = 41+155+170=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #299BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299BAA is #D66455. Grayscale: #7A7A7A. Windows color (decimal): -14050390 or 11180841. OLE color: 11180841.

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

Color convert

RGB 41 155 170 -
CMYK 0.76 0.09 0 0.33
HSL 186.98º 0.61% 0.41% -
HSV(B) 186.98º 0.76% 0.67% -
XYZ 19.89 26.82 42.16 -
YUV 122.62 154.73 69.78 -
System Red Green Blue C M Y K H S L
Decimal 41 155 170 0.76 0.09 0 0.33 186.98 0.61 0.41
Hex 29 9B AA 4C 9 0 21 BB 3D 29
Octal 51 233 252 114 11 0 41 273 75 51
Binary 101001 10011011 10101010 1001100 1001 0 100001 10111011 111101 101001

Color Harmonies of #299BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BAA

Black with #299BAA

Text Example


Text Example

White with #299BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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