#284346

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

Shades of Outer Space #284346

Tints of Outer Space #284346

Color information

#284346 (or 0x284346) is unknown color: approx Outer Space. HEX triplet: 28, 43 and 46. RGB value is (40,67,70). Sum of RGB (Red+Green+Blue) = 40+67+70=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: blue. Hex color #284346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284346 is #D7BCB9. Grayscale: #3B3B3B. Windows color (decimal): -14138554 or 4604712. OLE color: 4604712.

HSL color Cylindrical-coordinate representation of color #284346: hue angle of 186º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #284346 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB406770-
CMYK0.430.0400.73
HSL186º27.27%21.57%-
HSV(B)186º42.86%27.45%-
XYZ3.994.916.53-
YUV59.27134.05114.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=22.60%
G=37.85%
B=39.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4067700.430.0400.7318627.2721.57
Hex2843462B4049ba1b16
Octal5010310653401112723326
Binary1010001000011100011010101110001001001101110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284346; }

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

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

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

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

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

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

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

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