Html Css Color HEX #299EAA Pelorous

📋 copy color: '#299EAA'

red 41 ◦ green 158 ◦ blue 170

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

Shades of Pelorous #299EAA

Tints of Pelorous #299EAA

RGB

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

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

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

R = 11.11%
G = 42.82%
B = 46.07%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#299EAA (or 0x299EAA) is known color: Pelorous. HEX triplet: 29, 9E and AA. RGB value is (41,158,170). Sum of RGB (Red+Green+Blue) = 41+158+170=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #299EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299EAA is #D66155. Grayscale: #7C7C7C. Windows color (decimal): -14049622 or 11181609. OLE color: 11181609.

HSL color Cylindrical-coordinate representation of color #299EAA: hue angle of 185.58º 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 #299EAA is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 158 170 -
CMYK 0.76 0.07 0 0.33
HSL 185.58º 0.61% 0.41% -
HSV(B) 185.58º 0.76% 0.67% -
XYZ 20.4 27.83 42.33 -
YUV 124.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 41 158 170 0.76 0.07 0 0.33 185.58 0.61 0.41
Hex 29 9E AA 4C 7 0 21 BA 3D 29
Octal 51 236 252 114 7 0 41 272 75 51
Binary 101001 10011110 10101010 1001100 111 0 100001 10111010 111101 101001

Color Harmonies of #299EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299EAA

Black with #299EAA

Text Example


Text Example

White with #299EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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