Html Css Color HEX #287391 Astral

📋 copy color: '#287391'

red 40 ◦ green 115 ◦ blue 145

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

Shades of Astral #287391

Tints of Astral #287391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 13.33%
G = 38.33%
B = 48.33%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#287391 (or 0x287391) is known color: Astral. HEX triplet: 28, 73 and 91. RGB value is (40,115,145). Sum of RGB (Red+Green+Blue) = 40+115+145=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #287391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287391 is #D78C6E. Grayscale: #5F5F5F. Windows color (decimal): -14126191 or 9532200. OLE color: 9532200.

HSL color Cylindrical-coordinate representation of color #287391: hue angle of 197.14º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287391 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 115 145 -
CMYK 0.72 0.21 0 0.43
HSL 197.14º 0.57% 0.36% -
HSV(B) 197.14º 0.72% 0.57% -
XYZ 12.12 14.76 29 -
YUV 96 155.65 88.06 -
System Red Green Blue C M Y K H S L
Decimal 40 115 145 0.72 0.21 0 0.43 197.14 0.57 0.36
Hex 28 73 91 48 15 0 2B C5 39 24
Octal 50 163 221 110 25 0 53 305 71 44
Binary 101000 1110011 10010001 1001000 10101 0 101011 11000101 111001 100100

Color Harmonies of #287391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287391

Black with #287391

Text Example


Text Example

White with #287391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287391; }

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

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

background-color css

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

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

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

border-color css

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

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

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