Html Css Color HEX #363B42 Vulcan

📋 copy color: '#363B42'

red 54 ◦ green 59 ◦ blue 66

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

Shades of Vulcan #363B42

Tints of Vulcan #363B42

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 value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#363B42 (or 0x363B42) is known color: 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

RGB 54 59 66 -
CMYK 0.18 0.11 0 0.74
HSL 215º 0.1% 0.24% -
HSV(B) 215º 0.18% 0.26% -
XYZ 4.07 4.31 5.77 -
YUV 58.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 54 59 66 0.18 0.11 0 0.74 215 0.1 0.24
Hex 36 3B 42 12 B 0 4A D7 A 18
Octal 66 73 102 22 13 0 112 327 12 30
Binary 110110 111011 1000010 10010 1011 0 1001010 11010111 1010 11000

Color Harmonies of #363B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B42

Black with #363B42

Text Example


Text Example

White with #363B42

Text Example


Text Example

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