Html Css Color HEX #299DA8 Pelorous

📋 copy color: '#299DA8'

red 41 ◦ green 157 ◦ blue 168

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

Shades of Pelorous #299DA8

Tints of Pelorous #299DA8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.9%

 BLUE value IS 168 (66.02% from 255) = 45.9%

R = 11.2%
G = 42.9%
B = 45.9%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#299DA8 (or 0x299DA8) is known color: Pelorous. HEX triplet: 29, 9D and A8. RGB value is (41,157,168). Sum of RGB (Red+Green+Blue) = 41+157+168=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 168 - color contains mainly: blue. Hex color #299DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299DA8 is #D66257. Grayscale: #7B7B7B. Windows color (decimal): -14049880 or 11050281. OLE color: 11050281.

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

Color convert

RGB 41 157 168 -
CMYK 0.76 0.07 0 0.34
HSL 185.2º 0.61% 0.41% -
HSV(B) 185.2º 0.76% 0.66% -
XYZ 20.04 27.41 41.28 -
YUV 123.57 153.07 69.11 -
System Red Green Blue C M Y K H S L
Decimal 41 157 168 0.76 0.07 0 0.34 185.2 0.61 0.41
Hex 29 9D A8 4C 7 0 22 B9 3D 29
Octal 51 235 250 114 7 0 42 271 75 51
Binary 101001 10011101 10101000 1001100 111 0 100010 10111001 111101 101001

Color Harmonies of #299DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299DA8

Black with #299DA8

Text Example


Text Example

White with #299DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,157,168); }

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

background-color css

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

 a { background-color: rgb(41,157,168); }

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

border-color css

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

 span { border-color: rgb(41,157,168); }

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