#363B42

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

Shades of Vulcan #363B42

Tints of Vulcan #363B42

Color information

#363B42 (or 0x363B42) is unknown color: approx Vulcan. HEX triplet: 36, 3B and 42. RGB value is (54,59,66). Sum of RGB (Red+Green+Blue) = 54+59+66=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 66 - color contains mainly: blue. Hex color #363B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B42 is #C9C4BD. Grayscale: #3A3A3A. Windows color (decimal): -13223102 or 4340534. OLE color: 4340534.

HSL color Cylindrical-coordinate representation of color #363B42: hue angle of 215º 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 #363B42 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB545966-
CMYK0.180.1100.74
HSL215º10%23.53%-
HSV(B)215º18.18%25.88%-
XYZ4.074.315.77-
YUV58.3132.34124.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=30.17%
G=32.96%
B=36.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5459660.180.1100.742151023.53
Hex363B4212B04Ad7a18
Octal6673102221301123271230
Binary11011011101110000101001010110100101011010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363B42; }

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

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

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

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

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

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

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

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