#36393D

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

Shades of Vulcan #36393D

Tints of Vulcan #36393D

Color information

#36393D (or 0x36393D) is unknown color: approx Vulcan. HEX triplet: 36, 39 and 3D. RGB value is (54,57,61). Sum of RGB (Red+Green+Blue) = 54+57+61=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 61 - color contains mainly: blue. Hex color #36393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36393D is #C9C6C2. Grayscale: #383838. Windows color (decimal): -13223619 or 4012342. OLE color: 4012342.

HSL color Cylindrical-coordinate representation of color #36393D: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #36393D is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB545761-
CMYK0.110.0700.76
HSL214.29º6.09%22.55%-
HSV(B)214.29º11.48%23.92%-
XYZ3.834.054.99-
YUV56.56130.51126.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=31.40%
G=33.14%
B=35.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5457610.110.0700.76214.296.0922.55
Hex36393DB704Cd6617
Octal6671751370114326627
Binary1101101110011111011011111010011001101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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