#363942

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

Shades of Vulcan #363942

Tints of Vulcan #363942

Color information

#363942 (or 0x363942) is unknown color: approx Vulcan. HEX triplet: 36, 39 and 42. RGB value is (54,57,66). Sum of RGB (Red+Green+Blue) = 54+57+66=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 66 - color contains mainly: blue. Hex color #363942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363942 is #C9C6BD. Grayscale: #393939. Windows color (decimal): -13223614 or 4340022. OLE color: 4340022.

HSL color Cylindrical-coordinate representation of color #363942: hue angle of 225º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #363942 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB545766-
CMYK0.180.1400.74
HSL225º10%23.53%-
HSV(B)225º18.18%25.88%-
XYZ3.974.15.74-
YUV57.13133.01125.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.51%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=30.51%
G=32.20%
B=37.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5457660.180.1400.742251023.53
Hex36394212E04Ae1a18
Octal6671102221601123411230
Binary11011011100110000101001011100100101011100001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363942; }

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

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

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

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

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

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

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

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