Html Css Color HEX #299DAF Pelorous

📋 copy color: '#299DAF'

red 41 ◦ green 157 ◦ blue 175

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

Shades of Pelorous #299DAF

Tints of Pelorous #299DAF

RGB

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

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

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

R = 10.99%
G = 42.09%
B = 46.92%

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

#299DAF (or 0x299DAF) is known color: Pelorous. HEX triplet: 29, 9D and AF. RGB value is (41,157,175). Sum of RGB (Red+Green+Blue) = 41+157+175=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #299DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299DAF is #D66250. Grayscale: #7C7C7C. Windows color (decimal): -14049873 or 11509033. OLE color: 11509033.

HSL color Cylindrical-coordinate representation of color #299DAF: hue angle of 188.06º 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 #299DAF is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 157 175 -
CMYK 0.77 0.10 0 0.31
HSL 188.06º 0.62% 0.42% -
HSV(B) 188.06º 0.77% 0.69% -
XYZ 20.71 27.68 44.81 -
YUV 124.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 41 157 175 0.77 0.10 0 0.31 188.06 0.62 0.42
Hex 29 9D AF 4D A 0 1F BC 3E 2A
Octal 51 235 257 115 12 0 37 274 76 52
Binary 101001 10011101 10101111 1001101 1010 0 11111 10111100 111110 101010

Color Harmonies of #299DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299DAF

Black with #299DAF

Text Example


Text Example

White with #299DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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