Html Css Color HEX #296990 Astral

📋 copy color: '#296990'

red 41 ◦ green 105 ◦ blue 144

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

Shades of Astral #296990

Tints of Astral #296990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.66%

R = 14.14%
G = 36.21%
B = 49.66%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#296990 (or 0x296990) is known color: Astral. HEX triplet: 29, 69 and 90. RGB value is (41,105,144). Sum of RGB (Red+Green+Blue) = 41+105+144=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #296990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296990 is #D6966F. Grayscale: #5A5A5A. Windows color (decimal): -14063216 or 9464105. OLE color: 9464105.

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

Color convert

RGB 41 105 144 -
CMYK 0.72 0.27 0 0.44
HSL 202.72º 0.56% 0.36% -
HSV(B) 202.72º 0.72% 0.56% -
XYZ 11 12.59 28.24 -
YUV 90.31 158.3 92.83 -
System Red Green Blue C M Y K H S L
Decimal 41 105 144 0.72 0.27 0 0.44 202.72 0.56 0.36
Hex 29 69 90 48 1B 0 2C CB 38 24
Octal 51 151 220 110 33 0 54 313 70 44
Binary 101001 1101001 10010000 1001000 11011 0 101100 11001011 111000 100100

Color Harmonies of #296990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296990

Black with #296990

Text Example


Text Example

White with #296990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296990; }

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

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

background-color css

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

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

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

border-color css

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

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

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