#353F40

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

Shades of Outer Space #353F40

Tints of Outer Space #353F40

Color information

#353F40 (or 0x353F40) is unknown color: approx Outer Space. HEX triplet: 35, 3F and 40. RGB value is (53,63,64). Sum of RGB (Red+Green+Blue) = 53+63+64=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 64 - color contains mainly: blue. Hex color #353F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F40 is #CAC0BF. Grayscale: #3C3C3C. Windows color (decimal): -13287616 or 4210485. OLE color: 4210485.

HSL color Cylindrical-coordinate representation of color #353F40: hue angle of 185.45º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #353F40 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB536364-
CMYK0.170.0200.75
HSL185.45º9.4%22.94%-
HSV(B)185.45º17.19%25.1%-
XYZ4.174.685.53-
YUV60.12130.19122.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 63 (25% from 255) = 35%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=29.44%
G=35%
B=35.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5363640.170.0200.75185.459.422.94
Hex353F4011204Bb9917
Octal657710021201132711127
Binary110101111111100000010001100100101110111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353F40; }

 p { color: rgb(53,63,64); }

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

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

 a { background-color: rgb(53,63,64); }

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

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

 span { border-color: rgb(53,63,64); }

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