#287790

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

Shades of Astral #287790

Tints of Astral #287790

Color information

#287790 (or 0x287790) is unknown color: approx Astral. HEX triplet: 28, 77 and 90. RGB value is (40,119,144). Sum of RGB (Red+Green+Blue) = 40+119+144=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #287790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287790 is #D7886F. Grayscale: #626262. Windows color (decimal): -14125168 or 9467688. OLE color: 9467688.

HSL color Cylindrical-coordinate representation of color #287790: hue angle of 194.42º 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 #287790 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40119144-
CMYK0.720.1700.44
HSL194.42º56.52%36.08%-
HSV(B)194.42º72.22%56.47%-
XYZ12.5115.6628.75-
YUV98.23153.8386.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.20%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 144 (56.64% from 255) = 47.52%
R=13.20%
G=39.27%
B=47.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401191440.720.1700.44194.4256.5236.08
Hex287790481102Cc23924
Octal50167220110210543027144
Binary101000111011110010000100100010001010110011000010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287790; }

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

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

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

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

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

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

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

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