Html Css Color HEX #296B91 Astral

📋 copy color: '#296B91'

red 41 ◦ green 107 ◦ blue 145

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

Shades of Astral #296B91

Tints of Astral #296B91

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.52%

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

R = 13.99%
G = 36.52%
B = 49.49%

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

#296B91 (or 0x296B91) is known color: Astral. HEX triplet: 29, 6B and 91. RGB value is (41,107,145). Sum of RGB (Red+Green+Blue) = 41+107+145=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #296B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296B91 is #D6946E. Grayscale: #5B5B5B. Windows color (decimal): -14062703 or 9530153. OLE color: 9530153.

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

Color convert

RGB 41 107 145 -
CMYK 0.72 0.26 0 0.43
HSL 201.92º 0.56% 0.36% -
HSV(B) 201.92º 0.72% 0.57% -
XYZ 11.28 13.03 28.71 -
YUV 91.6 158.13 91.91 -
System Red Green Blue C M Y K H S L
Decimal 41 107 145 0.72 0.26 0 0.43 201.92 0.56 0.36
Hex 29 6B 91 48 1A 0 2B CA 38 24
Octal 51 153 221 110 32 0 53 312 70 44
Binary 101001 1101011 10010001 1001000 11010 0 101011 11001010 111000 100100

Color Harmonies of #296B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296B91

Black with #296B91

Text Example


Text Example

White with #296B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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