Html Css Color HEX #287493 Astral

📋 copy color: '#287493'

red 40 ◦ green 116 ◦ blue 147

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

Shades of Astral #287493

Tints of Astral #287493

RGB

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

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

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

R = 13.2%
G = 38.28%
B = 48.51%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#287493 (or 0x287493) is known color: Astral. HEX triplet: 28, 74 and 93. RGB value is (40,116,147). Sum of RGB (Red+Green+Blue) = 40+116+147=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #287493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287493 is #D78B6C. Grayscale: #606060. Windows color (decimal): -14125933 or 9663528. OLE color: 9663528.

HSL color Cylindrical-coordinate representation of color #287493: hue angle of 197.38º 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 #287493 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 116 147 -
CMYK 0.73 0.21 0 0.42
HSL 197.38º 0.57% 0.37% -
HSV(B) 197.38º 0.73% 0.58% -
XYZ 12.39 15.05 29.86 -
YUV 96.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 40 116 147 0.73 0.21 0 0.42 197.38 0.57 0.37
Hex 28 74 93 49 15 0 2A C5 39 25
Octal 50 164 223 111 25 0 52 305 71 45
Binary 101000 1110100 10010011 1001001 10101 0 101010 11000101 111001 100101

Color Harmonies of #287493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287493

Black with #287493

Text Example


Text Example

White with #287493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287493; }

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

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

background-color css

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

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

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

border-color css

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

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

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