Html Css Color HEX #296F89 Astral

📋 copy color: '#296F89'

red 41 ◦ green 111 ◦ blue 137

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

Shades of Astral #296F89

Tints of Astral #296F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.41%

 BLUE value IS 137 (53.91% from 255) = 47.4%

R = 14.19%
G = 38.41%
B = 47.4%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#296F89 (or 0x296F89) is known color: Astral. HEX triplet: 29, 6F and 89. RGB value is (41,111,137). Sum of RGB (Red+Green+Blue) = 41+111+137=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #296F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F89 is #D69076. Grayscale: #5C5C5C. Windows color (decimal): -14061687 or 9006889. OLE color: 9006889.

HSL color Cylindrical-coordinate representation of color #296F89: hue angle of 196.25º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296F89 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 111 137 -
CMYK 0.70 0.19 0 0.46
HSL 196.25º 0.54% 0.35% -
HSV(B) 196.25º 0.7% 0.54% -
XYZ 11.11 13.65 25.72 -
YUV 93.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 41 111 137 0.70 0.19 0 0.46 196.25 0.54 0.35
Hex 29 6F 89 46 13 0 2E C4 36 23
Octal 51 157 211 106 23 0 56 304 66 43
Binary 101001 1101111 10001001 1000110 10011 0 101110 11000100 110110 100011

Color Harmonies of #296F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F89

Black with #296F89

Text Example


Text Example

White with #296F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296F89; }

 p { color: rgb(41,111,137); }

 H1.HeaderClassName
 {
   color: #296F89;
 }
 .AnyTagClassName
 {
   color: #296F89;
 }
</style>

background-color css

<style>
 a { background-color: #296F89; }

 a { background-color: rgb(41,111,137); }

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

border-color css

<style>
 span { border-color: #296F89; }

 span { border-color: rgb(41,111,137); }

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