#36373C

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

Shades of Vulcan #36373C

Tints of Vulcan #36373C

Color information

#36373C (or 0x36373C) is unknown color: approx Vulcan. HEX triplet: 36, 37 and 3C. RGB value is (54,55,60). Sum of RGB (Red+Green+Blue) = 54+55+60=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 60 - color contains mainly: blue. Hex color #36373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36373C is #C9C8C3. Grayscale: #373737. Windows color (decimal): -13224132 or 3946294. OLE color: 3946294.

HSL color Cylindrical-coordinate representation of color #36373C: hue angle of 230º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #36373C is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB545560-
CMYK0.100.0800.76
HSL230º5.26%22.35%-
HSV(B)230º10%23.53%-
XYZ3.73.844.82-
YUV55.27130.67127.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.95%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=31.95%
G=32.54%
B=35.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5455600.100.0800.762305.2622.35
Hex36373CA804Ce6516
Octal66677412100114346526
Binary11011011011111110010101000010011001110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36373C; }

 p { color: rgb(54,55,60); }

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

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

 a { background-color: rgb(54,55,60); }

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

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

 span { border-color: rgb(54,55,60); }

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