Html Css Color HEX #299EAF Pelorous

📋 copy color: '#299EAF'

red 41 ◦ green 158 ◦ blue 175

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

Shades of Pelorous #299EAF

Tints of Pelorous #299EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 10.96%
G = 42.25%
B = 46.79%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#299EAF (or 0x299EAF) is known color: Pelorous. HEX triplet: 29, 9E and AF. RGB value is (41,158,175). Sum of RGB (Red+Green+Blue) = 41+158+175=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #299EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299EAF is #D66150. Grayscale: #7C7C7C. Windows color (decimal): -14049617 or 11509289. OLE color: 11509289.

HSL color Cylindrical-coordinate representation of color #299EAF: hue angle of 187.61º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299EAF is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 158 175 -
CMYK 0.77 0.10 0 0.31
HSL 187.61º 0.62% 0.42% -
HSV(B) 187.61º 0.77% 0.69% -
XYZ 20.88 28.02 44.87 -
YUV 124.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 41 158 175 0.77 0.10 0 0.31 187.61 0.62 0.42
Hex 29 9E AF 4D A 0 1F BC 3E 2A
Octal 51 236 257 115 12 0 37 274 76 52
Binary 101001 10011110 10101111 1001101 1010 0 11111 10111100 111110 101010

Color Harmonies of #299EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299EAF

Black with #299EAF

Text Example


Text Example

White with #299EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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