#284356

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

Shades of Astronaut Blue #284356

Tints of Astronaut Blue #284356

Color information

#284356 (or 0x284356) is unknown color: approx Astronaut Blue. HEX triplet: 28, 43 and 56. RGB value is (40,67,86). Sum of RGB (Red+Green+Blue) = 40+67+86=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #284356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284356 is #D7BCA9. Grayscale: #3C3C3C. Windows color (decimal): -14138538 or 5653288. OLE color: 5653288.

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

Color convert

RGB406786-
CMYK0.530.2200.66
HSL204.78º36.51%24.71%-
HSV(B)204.78º53.49%33.73%-
XYZ4.565.149.56-
YUV61.09142.05112.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=20.73%
G=34.72%
B=44.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4067860.530.2200.66204.7836.5124.71
Hex2843563516042cd2519
Octal50103126652601023154531
Binary1010001000011101011011010110110010000101100110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284356; }

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

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

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

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

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

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

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

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