#333740

Color #333740 Vulcan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vulcan #333740

Tints of Vulcan #333740

Color information

#333740 (or 0x333740) is unknown color: approx 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

RGB515564-
CMYK0.200.1400.75
HSL221.54º11.3%22.55%-
HSV(B)221.54º20.31%25.1%-
XYZ3.663.815.39-
YUV54.83133.17125.27-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5155640.200.1400.75221.5411.322.55
Hex33374014E04Bdeb17
Octal6367100241601133361327
Binary11001111011110000001010011100100101111011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>