Html Css Color HEX #296890 Astral

📋 copy color: '#296890'

red 41 ◦ green 104 ◦ blue 144

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

Shades of Astral #296890

Tints of Astral #296890

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.99%

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

R = 14.19%
G = 35.99%
B = 49.83%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#296890 (or 0x296890) is known color: Astral. HEX triplet: 29, 68 and 90. RGB value is (41,104,144). Sum of RGB (Red+Green+Blue) = 41+104+144=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #296890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296890 is #D6976F. Grayscale: #595959. Windows color (decimal): -14063472 or 9463849. OLE color: 9463849.

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

Color convert

RGB 41 104 144 -
CMYK 0.72 0.28 0 0.44
HSL 203.3º 0.56% 0.36% -
HSV(B) 203.3º 0.72% 0.56% -
XYZ 10.9 12.39 28.2 -
YUV 89.72 158.63 93.25 -
System Red Green Blue C M Y K H S L
Decimal 41 104 144 0.72 0.28 0 0.44 203.3 0.56 0.36
Hex 29 68 90 48 1C 0 2C CB 38 24
Octal 51 150 220 110 34 0 54 313 70 44
Binary 101001 1101000 10010000 1001000 11100 0 101100 11001011 111000 100100

Color Harmonies of #296890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296890

Black with #296890

Text Example


Text Example

White with #296890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296890; }

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

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

background-color css

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

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

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

border-color css

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

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

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