#363844

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

Shades of Vulcan #363844

Tints of Vulcan #363844

Color information

#363844 (or 0x363844) is unknown color: approx Vulcan. HEX triplet: 36, 38 and 44. RGB value is (54,56,68). Sum of RGB (Red+Green+Blue) = 54+56+68=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 68 - color contains mainly: blue. Hex color #363844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363844 is #C9C7BB. Grayscale: #383838. Windows color (decimal): -13223868 or 4470838. OLE color: 4470838.

HSL color Cylindrical-coordinate representation of color #363844: hue angle of 231.43º 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 #363844 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB545668-
CMYK0.210.1800.73
HSL231.43º11.48%23.92%-
HSV(B)231.43º20.59%26.67%-
XYZ3.984.036.04-
YUV56.77134.34126.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.34%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=30.34%
G=31.46%
B=38.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5456680.210.1800.73231.4311.4823.92
Hex3638441512049e7b18
Octal6670104252201113471330
Binary110110111000100010010101100100100100111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363844; }

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

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

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

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

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

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

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

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