Html Css Color HEX #296D90 Astral

📋 copy color: '#296D90'

red 41 ◦ green 109 ◦ blue 144

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

Shades of Astral #296D90

Tints of Astral #296D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.07%

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

R = 13.95%
G = 37.07%
B = 48.98%

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

#296D90 (or 0x296D90) is known color: Astral. HEX triplet: 29, 6D and 90. RGB value is (41,109,144). Sum of RGB (Red+Green+Blue) = 41+109+144=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #296D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D90 is #D6926F. Grayscale: #5C5C5C. Windows color (decimal): -14062192 or 9465129. OLE color: 9465129.

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

Color convert

RGB 41 109 144 -
CMYK 0.72 0.24 0 0.44
HSL 200.39º 0.56% 0.36% -
HSV(B) 200.39º 0.72% 0.56% -
XYZ 11.42 13.42 28.37 -
YUV 92.66 156.97 91.15 -
System Red Green Blue C M Y K H S L
Decimal 41 109 144 0.72 0.24 0 0.44 200.39 0.56 0.36
Hex 29 6D 90 48 18 0 2C C8 38 24
Octal 51 155 220 110 30 0 54 310 70 44
Binary 101001 1101101 10010000 1001000 11000 0 101100 11001000 111000 100100

Color Harmonies of #296D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296D90

Black with #296D90

Text Example


Text Example

White with #296D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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