Html Css Color HEX #287993 Astral

📋 copy color: '#287993'

red 40 ◦ green 121 ◦ blue 147

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

Shades of Astral #287993

Tints of Astral #287993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

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

R = 12.99%
G = 39.29%
B = 47.73%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#287993 (or 0x287993) is known color: Astral. HEX triplet: 28, 79 and 93. RGB value is (40,121,147). Sum of RGB (Red+Green+Blue) = 40+121+147=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #287993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287993 is #D7866C. Grayscale: #636363. Windows color (decimal): -14124653 or 9664808. OLE color: 9664808.

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

Color convert

RGB 40 121 147 -
CMYK 0.73 0.18 0 0.42
HSL 194.58º 0.57% 0.37% -
HSV(B) 194.58º 0.73% 0.58% -
XYZ 12.98 16.23 30.05 -
YUV 99.75 154.66 85.39 -
System Red Green Blue C M Y K H S L
Decimal 40 121 147 0.73 0.18 0 0.42 194.58 0.57 0.37
Hex 28 79 93 49 12 0 2A C3 39 25
Octal 50 171 223 111 22 0 52 303 71 45
Binary 101000 1111001 10010011 1001001 10010 0 101010 11000011 111001 100101

Color Harmonies of #287993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287993

Black with #287993

Text Example


Text Example

White with #287993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287993; }

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

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

background-color css

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

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

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

border-color css

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

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

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