#287C8F

Color #287C8F Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #287C8F

Tints of Astral #287C8F

Color information

#287C8F (or 0x287C8F) is unknown color: approx Astral. HEX triplet: 28, 7C and 8F. RGB value is (40,124,143). Sum of RGB (Red+Green+Blue) = 40+124+143=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #287C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287C8F is #D78370. Grayscale: #646464. Windows color (decimal): -14123889 or 9403432. OLE color: 9403432.

HSL color Cylindrical-coordinate representation of color #287C8F: hue angle of 191.07º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #287C8F is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40124143-
CMYK0.720.1300.44
HSL191.07º56.28%35.88%-
HSV(B)191.07º72.03%56.08%-
XYZ13.0416.8528.55-
YUV101.05151.6784.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.03%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 143 (56.25% from 255) = 46.58%
R=13.03%
G=40.39%
B=46.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401241430.720.1300.44191.0756.2835.88
Hex287C8F48D02Cbf3824
Octal50174217110150542777044
Binary10100011111001000111110010001101010110010111111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #287C8F;
 }
 .AnyTagClassName
 {
   color: #287C8F;
 }
</style>
background-color css

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

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

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

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

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

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