#287B92

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

Shades of Astral #287B92

Tints of Astral #287B92

Color information

#287B92 (or 0x287B92) is unknown color: approx Astral. HEX triplet: 28, 7B and 92. RGB value is (40,123,146). Sum of RGB (Red+Green+Blue) = 40+123+146=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #287B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B92 is #D7846D. Grayscale: #646464. Windows color (decimal): -14124142 or 9599784. OLE color: 9599784.

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

Color convert

RGB40123146-
CMYK0.730.1600.43
HSL193.02º56.99%36.47%-
HSV(B)193.02º72.6%57.25%-
XYZ13.1516.6929.72-
YUV100.8153.584.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.94%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=12.94%
G=39.81%
B=47.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal401231460.730.1600.43193.0256.9936.47
Hex287B92491002Bc13924
Octal50173222111200533017144
Binary101000111101110010010100100110000010101111000001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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