Html Css Color HEX #36393F Vulcan

📋 copy color: '#36393F'

red 54 ◦ green 57 ◦ blue 63

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

Shades of Vulcan #36393F

Tints of Vulcan #36393F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.21%

R = 31.03%
G = 32.76%
B = 36.21%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#36393F (or 0x36393F) is known color: Vulcan. HEX triplet: 36, 39 and 3F. RGB value is (54,57,63). Sum of RGB (Red+Green+Blue) = 54+57+63=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 63 - color contains mainly: blue. Hex color #36393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36393F is #C9C6C0. Grayscale: #383838. Windows color (decimal): -13223617 or 4143414. OLE color: 4143414.

HSL color Cylindrical-coordinate representation of color #36393F: hue angle of 220º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #36393F is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 57 63 -
CMYK 0.14 0.10 0 0.75
HSL 220º 0.08% 0.23% -
HSV(B) 220º 0.14% 0.25% -
XYZ 3.88 4.07 5.28 -
YUV 56.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 54 57 63 0.14 0.10 0 0.75 220 0.08 0.23
Hex 36 39 3F E A 0 4B DC 8 17
Octal 66 71 77 16 12 0 113 334 10 27
Binary 110110 111001 111111 1110 1010 0 1001011 11011100 1000 10111

Color Harmonies of #36393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36393F

Black with #36393F

Text Example


Text Example

White with #36393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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