Html Css Color HEX #296E91 Astral

📋 copy color: '#296E91'

red 41 ◦ green 110 ◦ blue 145

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

Shades of Astral #296E91

Tints of Astral #296E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.16%

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

R = 13.85%
G = 37.16%
B = 48.99%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#296E91 (or 0x296E91) is known color: Astral. HEX triplet: 29, 6E and 91. RGB value is (41,110,145). Sum of RGB (Red+Green+Blue) = 41+110+145=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #296E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296E91 is #D6916E. Grayscale: #5D5D5D. Windows color (decimal): -14061935 or 9530921. OLE color: 9530921.

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

Color convert

RGB 41 110 145 -
CMYK 0.72 0.24 0 0.43
HSL 200.19º 0.56% 0.36% -
HSV(B) 200.19º 0.72% 0.57% -
XYZ 11.6 13.67 28.81 -
YUV 93.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 41 110 145 0.72 0.24 0 0.43 200.19 0.56 0.36
Hex 29 6E 91 48 18 0 2B C8 38 24
Octal 51 156 221 110 30 0 53 310 70 44
Binary 101001 1101110 10010001 1001000 11000 0 101011 11001000 111000 100100

Color Harmonies of #296E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296E91

Black with #296E91

Text Example


Text Example

White with #296E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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