Html Css Color HEX #296F91 Astral

📋 copy color: '#296F91'

red 41 ◦ green 111 ◦ blue 145

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

Shades of Astral #296F91

Tints of Astral #296F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.82%

R = 13.8%
G = 37.37%
B = 48.82%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#296F91 (or 0x296F91) is known color: Astral. HEX triplet: 29, 6F and 91. RGB value is (41,111,145). Sum of RGB (Red+Green+Blue) = 41+111+145=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #296F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F91 is #D6906E. Grayscale: #5D5D5D. Windows color (decimal): -14061679 or 9531177. OLE color: 9531177.

HSL color Cylindrical-coordinate representation of color #296F91: hue angle of 199.62º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296F91 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 111 145 -
CMYK 0.72 0.23 0 0.43
HSL 199.62º 0.56% 0.36% -
HSV(B) 199.62º 0.72% 0.57% -
XYZ 11.71 13.88 28.85 -
YUV 93.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 41 111 145 0.72 0.23 0 0.43 199.62 0.56 0.36
Hex 29 6F 91 48 17 0 2B C8 38 24
Octal 51 157 221 110 27 0 53 310 70 44
Binary 101001 1101111 10010001 1001000 10111 0 101011 11001000 111000 100100

Color Harmonies of #296F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F91

Black with #296F91

Text Example


Text Example

White with #296F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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