Html Css Color HEX #363942 Vulcan

📋 copy color: '#363942'

red 54 ◦ green 57 ◦ blue 66

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

Shades of Vulcan #363942

Tints of Vulcan #363942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.29%

R = 30.51%
G = 32.2%
B = 37.29%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#363942 (or 0x363942) is known color: 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

RGB 54 57 66 -
CMYK 0.18 0.14 0 0.74
HSL 225º 0.1% 0.24% -
HSV(B) 225º 0.18% 0.26% -
XYZ 3.97 4.1 5.74 -
YUV 57.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 54 57 66 0.18 0.14 0 0.74 225 0.1 0.24
Hex 36 39 42 12 E 0 4A E1 A 18
Octal 66 71 102 22 16 0 112 341 12 30
Binary 110110 111001 1000010 10010 1110 0 1001010 11100001 1010 11000

Color Harmonies of #363942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363942

Black with #363942

Text Example


Text Example

White with #363942

Text Example


Text Example

HTML Codes & Css Web 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>