#284457

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

Shades of Astronaut Blue #284457

Tints of Astronaut Blue #284457

Color information

#284457 (or 0x284457) is unknown color: approx Astronaut Blue. HEX triplet: 28, 44 and 57. RGB value is (40,68,87). Sum of RGB (Red+Green+Blue) = 40+68+87=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #284457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284457 is #D7BBA8. Grayscale: #3D3D3D. Windows color (decimal): -14138281 or 5719080. OLE color: 5719080.

HSL color Cylindrical-coordinate representation of color #284457: hue angle of 204.26º 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 #284457 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB406887-
CMYK0.540.2200.66
HSL204.26º37.01%24.9%-
HSV(B)204.26º54.02%34.12%-
XYZ4.665.279.79-
YUV61.79142.22112.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.51%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=20.51%
G=34.87%
B=44.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4068870.540.2200.66204.2637.0124.9
Hex2844573616042cc2519
Octal50104127662601023144531
Binary1010001000100101011111011010110010000101100110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284457; }

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

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

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

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

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

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

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

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