#287B91

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

Shades of Astral #287B91

Tints of Astral #287B91

Color information

#287B91 (or 0x287B91) is unknown color: approx Astral. HEX triplet: 28, 7B and 91. RGB value is (40,123,145). Sum of RGB (Red+Green+Blue) = 40+123+145=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #287B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B91 is #D7846E. Grayscale: #646464. Windows color (decimal): -14124143 or 9534248. OLE color: 9534248.

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

Color convert

RGB40123145-
CMYK0.720.1500.43
HSL192.57º56.76%36.27%-
HSV(B)192.57º72.41%56.86%-
XYZ13.0716.6629.32-
YUV100.6915384.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.99%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=12.99%
G=39.94%
B=47.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401231450.720.1500.43192.5756.7636.27
Hex287B9148F02Bc13924
Octal50173221110170533017144
Binary10100011110111001000110010001111010101111000001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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