#287D90

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

Shades of Astral #287D90

Tints of Astral #287D90

Color information

#287D90 (or 0x287D90) is unknown color: approx Astral. HEX triplet: 28, 7D and 90. RGB value is (40,125,144). Sum of RGB (Red+Green+Blue) = 40+125+144=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #287D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287D90 is #D7826F. Grayscale: #656565. Windows color (decimal): -14123632 or 9469224. OLE color: 9469224.

HSL color Cylindrical-coordinate representation of color #287D90: hue angle of 190.96º degrees, saturation: 0.57, 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 #287D90 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40125144-
CMYK0.720.1300.44
HSL190.96º56.52%36.08%-
HSV(B)190.96º72.22%56.47%-
XYZ13.2417.1328.99-
YUV101.75151.8483.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.94%
GREEN value IS 125 (49.22% from 255) = 40.45%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=12.94%
G=40.45%
B=46.60%

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
Decimal401251440.720.1300.44190.9656.5236.08
Hex287D9048D02Cbf3924
Octal50175220110150542777144
Binary10100011111011001000010010001101010110010111111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,125,144); }

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

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

 a { background-color: rgb(40,125,144); }

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

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

 span { border-color: rgb(40,125,144); }

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