#363944

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

Shades of Vulcan #363944

Tints of Vulcan #363944

Color information

#363944 (or 0x363944) is unknown color: approx Vulcan. HEX triplet: 36, 39 and 44. RGB value is (54,57,68). Sum of RGB (Red+Green+Blue) = 54+57+68=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 68 - color contains mainly: blue. Hex color #363944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363944 is #C9C6BB. Grayscale: #393939. Windows color (decimal): -13223612 or 4471094. OLE color: 4471094.

HSL color Cylindrical-coordinate representation of color #363944: hue angle of 227.14º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #363944 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB545768-
CMYK0.210.1600.73
HSL227.14º11.48%23.92%-
HSV(B)227.14º20.59%26.67%-
XYZ4.034.136.05-
YUV57.36134.01125.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 68 (26.95% from 255) = 37.99%
R=30.17%
G=31.84%
B=37.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5457680.210.1600.73227.1411.4823.92
Hex3639441510049e3b18
Octal6671104252001113431330
Binary110110111001100010010101100000100100111100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363944; }

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

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

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

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

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

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

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

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