Html Css Color HEX #296C91 Astral

📋 copy color: '#296C91'

red 41 ◦ green 108 ◦ blue 145

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

Shades of Astral #296C91

Tints of Astral #296C91

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.73%

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

R = 13.95%
G = 36.73%
B = 49.32%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#296C91 (or 0x296C91) is known color: Astral. HEX triplet: 29, 6C and 91. RGB value is (41,108,145). Sum of RGB (Red+Green+Blue) = 41+108+145=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #296C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C91 is #D6936E. Grayscale: #5B5B5B. Windows color (decimal): -14062447 or 9530409. OLE color: 9530409.

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

Color convert

RGB 41 108 145 -
CMYK 0.72 0.26 0 0.43
HSL 201.35º 0.56% 0.36% -
HSV(B) 201.35º 0.72% 0.57% -
XYZ 11.39 13.24 28.74 -
YUV 92.19 157.8 91.49 -
System Red Green Blue C M Y K H S L
Decimal 41 108 145 0.72 0.26 0 0.43 201.35 0.56 0.36
Hex 29 6C 91 48 1A 0 2B C9 38 24
Octal 51 154 221 110 32 0 53 311 70 44
Binary 101001 1101100 10010001 1001000 11010 0 101011 11001001 111000 100100

Color Harmonies of #296C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C91

Black with #296C91

Text Example


Text Example

White with #296C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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