#287B94

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

Shades of Astral #287B94

Tints of Astral #287B94

Color information

#287B94 (or 0x287B94) is unknown color: approx Astral. HEX triplet: 28, 7B and 94. RGB value is (40,123,148). Sum of RGB (Red+Green+Blue) = 40+123+148=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #287B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B94 is #D7846B. Grayscale: #646464. Windows color (decimal): -14124140 or 9730856. OLE color: 9730856.

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

Color convert

RGB40123148-
CMYK0.730.1700.42
HSL193.89º57.45%36.86%-
HSV(B)193.89º72.97%58.04%-
XYZ13.316.7630.55-
YUV101.03154.584.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.86%
GREEN value IS 123 (48.44% from 255) = 39.55%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=12.86%
G=39.55%
B=47.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401231480.730.1700.42193.8957.4536.86
Hex287B94491102Ac23925
Octal50173224111210523027145
Binary101000111101110010100100100110001010101011000010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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