#363840

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

Shades of Vulcan #363840

Tints of Vulcan #363840

Color information

#363840 (or 0x363840) is unknown color: approx Vulcan. HEX triplet: 36, 38 and 40. RGB value is (54,56,64). Sum of RGB (Red+Green+Blue) = 54+56+64=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 64 - color contains mainly: blue. Hex color #363840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363840 is #C9C7BF. Grayscale: #383838. Windows color (decimal): -13223872 or 4208694. OLE color: 4208694.

HSL color Cylindrical-coordinate representation of color #363840: hue angle of 228º 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 #363840 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB545664-
CMYK0.160.1300.75
HSL228º8.47%23.14%-
HSV(B)228º15.62%25.1%-
XYZ3.863.985.42-
YUV56.31132.34126.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.03%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=31.03%
G=32.18%
B=36.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5456640.160.1300.752288.4723.14
Hex36384010D04Be4817
Octal6670100201501133441027
Binary11011011100010000001000011010100101111100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363840; }

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

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

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

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

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

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

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

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