#284557

Color #284557 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #284557

Tints of Astronaut Blue #284557

Color information

#284557 (or 0x284557) is unknown color: approx Astronaut Blue. HEX triplet: 28, 45 and 57. RGB value is (40,69,87). Sum of RGB (Red+Green+Blue) = 40+69+87=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #284557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284557 is #D7BAA8. Grayscale: #3E3E3E. Windows color (decimal): -14138025 or 5719336. OLE color: 5719336.

HSL color Cylindrical-coordinate representation of color #284557: hue angle of 202.98º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #284557 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB406987-
CMYK0.540.2100.66
HSL202.98º37.01%24.9%-
HSV(B)202.98º54.02%34.12%-
XYZ4.725.49.81-
YUV62.38141.89112.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=20.41%
G=35.20%
B=44.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4069870.540.2100.66202.9837.0124.9
Hex2845573615042cb2519
Octal50105127662501023134531
Binary1010001000101101011111011010101010000101100101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284557; }

 p { color: rgb(40,69,87); }

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

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

 a { background-color: rgb(40,69,87); }

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

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

 span { border-color: rgb(40,69,87); }

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