Html Css Color HEX #287490 Astral

📋 copy color: '#287490'

red 40 ◦ green 116 ◦ blue 144

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

Shades of Astral #287490

Tints of Astral #287490

RGB

 RED value IS 40 (16.02% from 255) = 13.33%

 GREEN value IS 116 (45.7% from 255) = 38.67%

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

R = 13.33%
G = 38.67%
B = 48%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#287490 (or 0x287490) is known color: Astral. HEX triplet: 28, 74 and 90. RGB value is (40,116,144). Sum of RGB (Red+Green+Blue) = 40+116+144=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #287490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287490 is #D78B6F. Grayscale: #606060. Windows color (decimal): -14125936 or 9466920. OLE color: 9466920.

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

Color convert

RGB 40 116 144 -
CMYK 0.72 0.19 0 0.44
HSL 196.15º 0.57% 0.36% -
HSV(B) 196.15º 0.72% 0.56% -
XYZ 12.15 14.96 28.63 -
YUV 96.47 154.82 87.72 -
System Red Green Blue C M Y K H S L
Decimal 40 116 144 0.72 0.19 0 0.44 196.15 0.57 0.36
Hex 28 74 90 48 13 0 2C C4 39 24
Octal 50 164 220 110 23 0 54 304 71 44
Binary 101000 1110100 10010000 1001000 10011 0 101100 11000100 111001 100100

Color Harmonies of #287490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287490

Black with #287490

Text Example


Text Example

White with #287490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287490; }

 p { color: rgb(40,116,144); }

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

background-color css

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

 a { background-color: rgb(40,116,144); }

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

border-color css

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

 span { border-color: rgb(40,116,144); }

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