#363940

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

Shades of Vulcan #363940

Tints of Vulcan #363940

Color information

#363940 (or 0x363940) is unknown color: approx Vulcan. HEX triplet: 36, 39 and 40. RGB value is (54,57,64). Sum of RGB (Red+Green+Blue) = 54+57+64=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 64 - color contains mainly: blue. Hex color #363940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363940 is #C9C6BF. Grayscale: #383838. Windows color (decimal): -13223616 or 4208950. OLE color: 4208950.

HSL color Cylindrical-coordinate representation of color #363940: hue angle of 222º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #363940 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB545764-
CMYK0.160.1100.75
HSL222º8.47%23.14%-
HSV(B)222º15.62%25.1%-
XYZ3.914.085.43-
YUV56.9132.01125.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=30.86%
G=32.57%
B=36.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5457640.160.1100.752228.4723.14
Hex36394010B04Bde817
Octal6671100201301133361027
Binary11011011100110000001000010110100101111011110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363940; }

 p { color: rgb(54,57,64); }

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

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

 a { background-color: rgb(54,57,64); }

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

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

 span { border-color: rgb(54,57,64); }

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