Html Css Color HEX #333740 Vulcan

📋 copy color: '#333740'

red 51 ◦ green 55 ◦ blue 64

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

Shades of Vulcan #333740

Tints of Vulcan #333740

RGB

 RED value IS 51 (20.31% from 255) = 30%

 GREEN value IS 55 (21.88% from 255) = 32.35%

 BLUE value IS 64 (25.39% from 255) = 37.65%

R = 30%
G = 32.35%
B = 37.65%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333740 (or 0x333740) is known color: Vulcan. HEX triplet: 33, 37 and 40. RGB value is (51,55,64). Sum of RGB (Red+Green+Blue) = 51+55+64=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 64 - color contains mainly: blue. Hex color #333740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333740 is #CCC8BF. Grayscale: #363636. Windows color (decimal): -13420736 or 4208435. OLE color: 4208435.

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

Color convert

RGB 51 55 64 -
CMYK 0.20 0.14 0 0.75
HSL 221.54º 0.11% 0.23% -
HSV(B) 221.54º 0.2% 0.25% -
XYZ 3.66 3.81 5.39 -
YUV 54.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 51 55 64 0.20 0.14 0 0.75 221.54 0.11 0.23
Hex 33 37 40 14 E 0 4B DE B 17
Octal 63 67 100 24 16 0 113 336 13 27
Binary 110011 110111 1000000 10100 1110 0 1001011 11011110 1011 10111

Color Harmonies of #333740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333740

Black with #333740

Text Example


Text Example

White with #333740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333740; }

 p { color: rgb(51,55,64); }

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

background-color css

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

 a { background-color: rgb(51,55,64); }

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

border-color css

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

 span { border-color: rgb(51,55,64); }

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