#3B3C40

Color #3B3C40 Vulcan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vulcan #3B3C40

Tints of Vulcan #3B3C40

Color information

#3B3C40 (or 0x3B3C40) is unknown color: approx Vulcan. HEX triplet: 3B, 3C and 40. RGB value is (59,60,64). Sum of RGB (Red+Green+Blue) = 59+60+64=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B3C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3C40 is #C4C3BF. Grayscale: #3C3C3C. Windows color (decimal): -12895168 or 4209723. OLE color: 4209723.

HSL color Cylindrical-coordinate representation of color #3B3C40: hue angle of 228º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3B3C40 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB596064-
CMYK0.080.0600.75
HSL228º4.07%24.12%-
HSV(B)228º7.81%25.1%-
XYZ4.344.535.5-
YUV60.16130.17127.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.24%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=32.24%
G=32.79%
B=34.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5960640.080.0600.752284.0724.12
Hex3B3C408604Be4418
Octal73741001060113344430
Binary11101111110010000001000110010010111110010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B3C40; }

 p { color: rgb(59,60,64); }

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

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

 a { background-color: rgb(59,60,64); }

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

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

 span { border-color: rgb(59,60,64); }

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