Html Css Color HEX #296E90 Astral

📋 copy color: '#296E90'

red 41 ◦ green 110 ◦ blue 144

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

Shades of Astral #296E90

Tints of Astral #296E90

RGB

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

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

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

R = 13.9%
G = 37.29%
B = 48.81%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#296E90 (or 0x296E90) is known color: Astral. HEX triplet: 29, 6E and 90. RGB value is (41,110,144). Sum of RGB (Red+Green+Blue) = 41+110+144=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #296E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296E90 is #D6916F. Grayscale: #5D5D5D. Windows color (decimal): -14061936 or 9465385. OLE color: 9465385.

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

Color convert

RGB 41 110 144 -
CMYK 0.72 0.24 0 0.44
HSL 199.81º 0.56% 0.36% -
HSV(B) 199.81º 0.72% 0.56% -
XYZ 11.52 13.64 28.41 -
YUV 93.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 41 110 144 0.72 0.24 0 0.44 199.81 0.56 0.36
Hex 29 6E 90 48 18 0 2C C8 38 24
Octal 51 156 220 110 30 0 54 310 70 44
Binary 101001 1101110 10010000 1001000 11000 0 101100 11001000 111000 100100

Color Harmonies of #296E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296E90

Black with #296E90

Text Example


Text Example

White with #296E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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