Html Css Color HEX #296991 Astral

📋 copy color: '#296991'

red 41 ◦ green 105 ◦ blue 145

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

Shades of Astral #296991

Tints of Astral #296991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

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

R = 14.09%
G = 36.08%
B = 49.83%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#296991 (or 0x296991) is known color: Astral. HEX triplet: 29, 69 and 91. RGB value is (41,105,145). Sum of RGB (Red+Green+Blue) = 41+105+145=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #296991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296991 is #D6966E. Grayscale: #5A5A5A. Windows color (decimal): -14063215 or 9529641. OLE color: 9529641.

HSL color Cylindrical-coordinate representation of color #296991: hue angle of 203.08º 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 #296991 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 105 145 -
CMYK 0.72 0.28 0 0.43
HSL 203.08º 0.56% 0.36% -
HSV(B) 203.08º 0.72% 0.57% -
XYZ 11.08 12.62 28.64 -
YUV 90.42 158.8 92.75 -
System Red Green Blue C M Y K H S L
Decimal 41 105 145 0.72 0.28 0 0.43 203.08 0.56 0.36
Hex 29 69 91 48 1C 0 2B CB 38 24
Octal 51 151 221 110 34 0 53 313 70 44
Binary 101001 1101001 10010001 1001000 11100 0 101011 11001011 111000 100100

Color Harmonies of #296991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296991

Black with #296991

Text Example


Text Example

White with #296991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296991; }

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

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

background-color css

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

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

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

border-color css

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

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

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