#36373A

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

Shades of Vulcan #36373A

Tints of Vulcan #36373A

Color information

#36373A (or 0x36373A) is unknown color: approx Vulcan. HEX triplet: 36, 37 and 3A. RGB value is (54,55,58). Sum of RGB (Red+Green+Blue) = 54+55+58=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 58 - color contains mainly: blue. Hex color #36373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36373A is #C9C8C5. Grayscale: #373737. Windows color (decimal): -13224134 or 3815222. OLE color: 3815222.

HSL color Cylindrical-coordinate representation of color #36373A: hue angle of 225º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #36373A is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB545558-
CMYK0.070.0500.77
HSL225º3.57%21.96%-
HSV(B)225º6.9%22.75%-
XYZ3.653.824.55-
YUV55.04129.67127.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 58 (23.05% from 255) = 34.73%
R=32.34%
G=32.93%
B=34.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5455580.070.0500.772253.5721.96
Hex36373A7504De1416
Octal666772750115341426
Binary110110110111111010111101010011011110000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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