#287B96

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

Shades of Astral #287B96

Tints of Astral #287B96

Color information

#287B96 (or 0x287B96) is unknown color: approx Astral. HEX triplet: 28, 7B and 96. RGB value is (40,123,150). Sum of RGB (Red+Green+Blue) = 40+123+150=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #287B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B96 is #D78469. Grayscale: #656565. Windows color (decimal): -14124138 or 9861928. OLE color: 9861928.

HSL color Cylindrical-coordinate representation of color #287B96: hue angle of 194.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #287B96 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB40123150-
CMYK0.730.1800.41
HSL194.73º57.89%37.25%-
HSV(B)194.73º73.33%58.82%-
XYZ13.4616.8231.39-
YUV101.26155.584.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=12.78%
G=39.30%
B=47.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal401231500.730.1800.41194.7357.8937.25
Hex287B964912029c33a25
Octal50173226111220513037245
Binary101000111101110010110100100110010010100111000011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,123,150); }

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

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

 a { background-color: rgb(40,123,150); }

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

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

 span { border-color: rgb(40,123,150); }

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