#36393F

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

Shades of Vulcan #36393F

Tints of Vulcan #36393F

Color information

#36393F (or 0x36393F) is unknown color: approx Vulcan. HEX triplet: 36, 39 and 3F. RGB value is (54,57,63). Sum of RGB (Red+Green+Blue) = 54+57+63=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 63 - color contains mainly: blue. Hex color #36393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36393F is #C9C6C0. Grayscale: #383838. Windows color (decimal): -13223617 or 4143414. OLE color: 4143414.

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

Color convert

RGB545763-
CMYK0.140.1000.75
HSL220º7.69%22.94%-
HSV(B)220º14.29%24.71%-
XYZ3.884.075.28-
YUV56.79131.51126.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.03%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 63 (25% from 255) = 36.21%
R=31.03%
G=32.76%
B=36.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5457630.140.1000.752207.6922.94
Hex36393FEA04Bdc817
Octal667177161201133341027
Binary110110111001111111111010100100101111011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36393F; }

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

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

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

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

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

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

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

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