#284556

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

Shades of Astronaut Blue #284556

Tints of Astronaut Blue #284556

Color information

#284556 (or 0x284556) is unknown color: approx Astronaut Blue. HEX triplet: 28, 45 and 56. RGB value is (40,69,86). Sum of RGB (Red+Green+Blue) = 40+69+86=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #284556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284556 is #D7BAA9. Grayscale: #3E3E3E. Windows color (decimal): -14138026 or 5653800. OLE color: 5653800.

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

Color convert

RGB406986-
CMYK0.530.2000.66
HSL202.17º36.51%24.71%-
HSV(B)202.17º53.49%33.73%-
XYZ4.685.389.6-
YUV62.27141.39112.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.51%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=20.51%
G=35.38%
B=44.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4069860.530.2000.66202.1736.5124.71
Hex2845563514042ca2519
Octal50105126652401023124531
Binary1010001000101101011011010110100010000101100101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284556; }

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

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

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

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

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

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

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

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