#363945

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

Shades of Vulcan #363945

Tints of Vulcan #363945

Color information

#363945 (or 0x363945) is unknown color: approx Vulcan. HEX triplet: 36, 39 and 45. RGB value is (54,57,69). Sum of RGB (Red+Green+Blue) = 54+57+69=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 69 - color contains mainly: blue. Hex color #363945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363945 is #C9C6BA. Grayscale: #393939. Windows color (decimal): -13223611 or 4536630. OLE color: 4536630.

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

Color convert

RGB545769-
CMYK0.220.1700.73
HSL228º12.2%24.12%-
HSV(B)228º21.74%27.06%-
XYZ4.064.146.22-
YUV57.47134.51125.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30%
GREEN value IS 57 (22.66% from 255) = 31.67%
BLUE value IS 69 (27.34% from 255) = 38.33%
R=30%
G=31.67%
B=38.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5457690.220.1700.7322812.224.12
Hex3639451611049e4c18
Octal6671105262101113441430
Binary110110111001100010110110100010100100111100100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363945; }

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

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

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

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

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

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

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

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