Html Css Color HEX #287C93 Astral

📋 copy color: '#287C93'

red 40 ◦ green 124 ◦ blue 147

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

Shades of Astral #287C93

Tints of Astral #287C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.87%

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

R = 12.86%
G = 39.87%
B = 47.27%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#287C93 (or 0x287C93) is known color: Astral. HEX triplet: 28, 7C and 93. RGB value is (40,124,147). Sum of RGB (Red+Green+Blue) = 40+124+147=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #287C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C93 is #D7836C. Grayscale: #656565. Windows color (decimal): -14123885 or 9665576. OLE color: 9665576.

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

Color convert

RGB 40 124 147 -
CMYK 0.73 0.16 0 0.42
HSL 192.9º 0.57% 0.37% -
HSV(B) 192.9º 0.73% 0.58% -
XYZ 13.35 16.97 30.18 -
YUV 101.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 40 124 147 0.73 0.16 0 0.42 192.9 0.57 0.37
Hex 28 7C 93 49 10 0 2A C1 39 25
Octal 50 174 223 111 20 0 52 301 71 45
Binary 101000 1111100 10010011 1001001 10000 0 101010 11000001 111001 100101

Color Harmonies of #287C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C93

Black with #287C93

Text Example


Text Example

White with #287C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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