Html Css Color HEX #287390 Astral

📋 copy color: '#287390'

red 40 ◦ green 115 ◦ blue 144

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

Shades of Astral #287390

Tints of Astral #287390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

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

R = 13.38%
G = 38.46%
B = 48.16%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#287390 (or 0x287390) is known color: Astral. HEX triplet: 28, 73 and 90. RGB value is (40,115,144). Sum of RGB (Red+Green+Blue) = 40+115+144=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #287390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287390 is #D78C6F. Grayscale: #5F5F5F. Windows color (decimal): -14126192 or 9466664. OLE color: 9466664.

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

Color convert

RGB 40 115 144 -
CMYK 0.72 0.20 0 0.44
HSL 196.73º 0.57% 0.36% -
HSV(B) 196.73º 0.72% 0.56% -
XYZ 12.04 14.73 28.59 -
YUV 95.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 40 115 144 0.72 0.20 0 0.44 196.73 0.57 0.36
Hex 28 73 90 48 14 0 2C C5 39 24
Octal 50 163 220 110 24 0 54 305 71 44
Binary 101000 1110011 10010000 1001000 10100 0 101100 11000101 111001 100100

Color Harmonies of #287390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287390

Black with #287390

Text Example


Text Example

White with #287390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287390; }

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

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

background-color css

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

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

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

border-color css

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

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

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