#284555

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

Shades of Astronaut Blue #284555

Tints of Astronaut Blue #284555

Color information

#284555 (or 0x284555) is unknown color: approx Astronaut Blue. HEX triplet: 28, 45 and 55. RGB value is (40,69,85). Sum of RGB (Red+Green+Blue) = 40+69+85=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #284555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284555 is #D7BAAA. Grayscale: #3E3E3E. Windows color (decimal): -14138027 or 5588264. OLE color: 5588264.

HSL color Cylindrical-coordinate representation of color #284555: hue angle of 201.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #284555 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB406985-
CMYK0.530.1900.67
HSL201.33º36%24.51%-
HSV(B)201.33º52.94%33.33%-
XYZ4.645.369.38-
YUV62.15140.89112.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=20.62%
G=35.57%
B=43.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4069850.530.1900.67201.333624.51
Hex2845553513043c92419
Octal50105125652301033114431
Binary1010001000101101010111010110011010000111100100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284555; }

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

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

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

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

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

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

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

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