Html Css Color HEX #36393D Vulcan

📋 copy color: '#36393D'

red 54 ◦ green 57 ◦ blue 61

#36393D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vulcan #36393D

Tints of Vulcan #36393D

RGB

 RED value IS 54 (21.48% from 255) = 31.4%

 GREEN value IS 57 (22.66% from 255) = 33.14%

 BLUE value IS 61 (24.22% from 255) = 35.47%

R = 31.4%
G = 33.14%
B = 35.47%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#36393D (or 0x36393D) is known color: Vulcan. HEX triplet: 36, 39 and 3D. RGB value is (54,57,61). Sum of RGB (Red+Green+Blue) = 54+57+61=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 61 - color contains mainly: blue. Hex color #36393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36393D is #C9C6C2. Grayscale: #383838. Windows color (decimal): -13223619 or 4012342. OLE color: 4012342.

HSL color Cylindrical-coordinate representation of color #36393D: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #36393D is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 57 61 -
CMYK 0.11 0.07 0 0.76
HSL 214.29º 0.06% 0.23% -
HSV(B) 214.29º 0.11% 0.24% -
XYZ 3.83 4.05 4.99 -
YUV 56.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 54 57 61 0.11 0.07 0 0.76 214.29 0.06 0.23
Hex 36 39 3D B 7 0 4C D6 6 17
Octal 66 71 75 13 7 0 114 326 6 27
Binary 110110 111001 111101 1011 111 0 1001100 11010110 110 10111

Color Harmonies of #36393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36393D

Black with #36393D

Text Example


Text Example

White with #36393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36393D; }

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

 H1.HeaderClassName
 {
   color: #36393D;
 }
 .AnyTagClassName
 {
   color: #36393D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #36393D;
 }
 .BgClassName
 {
   background-color: #36393D;
 }
</style>

border-color css

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

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

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