#284044

Color #284044 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #284044

Tints of Outer Space #284044

Color information

#284044 (or 0x284044) is unknown color: approx Outer Space. HEX triplet: 28, 40 and 44. RGB value is (40,64,68). Sum of RGB (Red+Green+Blue) = 40+64+68=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 68 - color contains mainly: blue. Hex color #284044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284044 is #D7BFBB. Grayscale: #393939. Windows color (decimal): -14139324 or 4472872. OLE color: 4472872.

HSL color Cylindrical-coordinate representation of color #284044: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #284044 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB406468-
CMYK0.410.0600.73
HSL188.57º25.93%21.18%-
HSV(B)188.57º41.18%26.67%-
XYZ3.754.546.15-
YUV57.28134.05115.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 68 (26.95% from 255) = 39.53%
R=23.26%
G=37.21%
B=39.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4064680.410.0600.73188.5725.9321.18
Hex284044296049bd1a15
Octal5010010451601112753225
Binary1010001000000100010010100111001001001101111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284044; }

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

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

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

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

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

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

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

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