#284456

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

Shades of Astronaut Blue #284456

Tints of Astronaut Blue #284456

Color information

#284456 (or 0x284456) is unknown color: approx Astronaut Blue. HEX triplet: 28, 44 and 56. RGB value is (40,68,86). Sum of RGB (Red+Green+Blue) = 40+68+86=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #284456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284456 is #D7BBA9. Grayscale: #3D3D3D. Windows color (decimal): -14138282 or 5653544. OLE color: 5653544.

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

Color convert

RGB406886-
CMYK0.530.2100.66
HSL203.48º36.51%24.71%-
HSV(B)203.48º53.49%33.73%-
XYZ4.625.269.58-
YUV61.68141.72112.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=20.62%
G=35.05%
B=44.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4068860.530.2100.66203.4836.5124.71
Hex2844563515042cb2519
Octal50104126652501023134531
Binary1010001000100101011011010110101010000101100101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284456; }

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

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

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

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

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

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

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

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