Html Css Color HEX #287393 Astral

📋 copy color: '#287393'

red 40 ◦ green 115 ◦ blue 147

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

Shades of Astral #287393

Tints of Astral #287393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.68%

R = 13.25%
G = 38.08%
B = 48.68%

CMYK

 C value IS 0.73

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#287393 (or 0x287393) is known color: Astral. HEX triplet: 28, 73 and 93. RGB value is (40,115,147). Sum of RGB (Red+Green+Blue) = 40+115+147=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #287393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287393 is #D78C6C. Grayscale: #606060. Windows color (decimal): -14126189 or 9663272. OLE color: 9663272.

HSL color Cylindrical-coordinate representation of color #287393: hue angle of 197.94º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #287393 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 115 147 -
CMYK 0.73 0.22 0 0.42
HSL 197.94º 0.57% 0.37% -
HSV(B) 197.94º 0.73% 0.58% -
XYZ 12.27 14.82 29.82 -
YUV 96.22 156.65 87.9 -
System Red Green Blue C M Y K H S L
Decimal 40 115 147 0.73 0.22 0 0.42 197.94 0.57 0.37
Hex 28 73 93 49 16 0 2A C6 39 25
Octal 50 163 223 111 26 0 52 306 71 45
Binary 101000 1110011 10010011 1001001 10110 0 101010 11000110 111001 100101

Color Harmonies of #287393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287393

Black with #287393

Text Example


Text Example

White with #287393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287393; }

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

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

background-color css

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

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

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

border-color css

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

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

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