#287A94

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

Shades of Astral #287A94

Tints of Astral #287A94

Color information

#287A94 (or 0x287A94) is unknown color: approx Astral. HEX triplet: 28, 7A and 94. RGB value is (40,122,148). Sum of RGB (Red+Green+Blue) = 40+122+148=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #287A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287A94 is #D7856B. Grayscale: #646464. Windows color (decimal): -14124396 or 9730600. OLE color: 9730600.

HSL color Cylindrical-coordinate representation of color #287A94: hue angle of 194.44º 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 #287A94 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB40122148-
CMYK0.730.1800.42
HSL194.44º57.45%36.86%-
HSV(B)194.44º72.97%58.04%-
XYZ13.1816.5130.51-
YUV100.45154.8384.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 148 (58.20% from 255) = 47.74%
R=12.90%
G=39.35%
B=47.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401221480.730.1800.42194.4457.4536.86
Hex287A94491202Ac23925
Octal50172224111220523027145
Binary101000111101010010100100100110010010101011000010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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