Html Css Color HEX #296A90 Astral

📋 copy color: '#296A90'

red 41 ◦ green 106 ◦ blue 144

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

Shades of Astral #296A90

Tints of Astral #296A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.43%

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

R = 14.09%
G = 36.43%
B = 49.48%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#296A90 (or 0x296A90) is known color: Astral. HEX triplet: 29, 6A and 90. RGB value is (41,106,144). Sum of RGB (Red+Green+Blue) = 41+106+144=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #296A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296A90 is #D6956F. Grayscale: #5A5A5A. Windows color (decimal): -14062960 or 9464361. OLE color: 9464361.

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

Color convert

RGB 41 106 144 -
CMYK 0.72 0.26 0 0.44
HSL 202.14º 0.56% 0.36% -
HSV(B) 202.14º 0.72% 0.56% -
XYZ 11.1 12.79 28.27 -
YUV 90.9 157.97 92.41 -
System Red Green Blue C M Y K H S L
Decimal 41 106 144 0.72 0.26 0 0.44 202.14 0.56 0.36
Hex 29 6A 90 48 1A 0 2C CA 38 24
Octal 51 152 220 110 32 0 54 312 70 44
Binary 101001 1101010 10010000 1001000 11010 0 101100 11001010 111000 100100

Color Harmonies of #296A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296A90

Black with #296A90

Text Example


Text Example

White with #296A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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