Html Css Color HEX #287293 Astral

📋 copy color: '#287293'

red 40 ◦ green 114 ◦ blue 147

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

Shades of Astral #287293

Tints of Astral #287293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 13.29%
G = 37.87%
B = 48.84%

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

#287293 (or 0x287293) is known color: Astral. HEX triplet: 28, 72 and 93. RGB value is (40,114,147). Sum of RGB (Red+Green+Blue) = 40+114+147=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #287293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287293 is #D78D6C. Grayscale: #5F5F5F. Windows color (decimal): -14126445 or 9663016. OLE color: 9663016.

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

Color convert

RGB 40 114 147 -
CMYK 0.73 0.22 0 0.42
HSL 198.5º 0.57% 0.37% -
HSV(B) 198.5º 0.73% 0.58% -
XYZ 12.16 14.59 29.78 -
YUV 95.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 40 114 147 0.73 0.22 0 0.42 198.5 0.57 0.37
Hex 28 72 93 49 16 0 2A C7 39 25
Octal 50 162 223 111 26 0 52 307 71 45
Binary 101000 1110010 10010011 1001001 10110 0 101010 11000111 111001 100101

Color Harmonies of #287293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287293

Black with #287293

Text Example


Text Example

White with #287293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287293; }

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

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

background-color css

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

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

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

border-color css

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

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

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