#323741

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

Shades of Vulcan #323741

Tints of Vulcan #323741

Color information

#323741 (or 0x323741) is unknown color: approx Vulcan. HEX triplet: 32, 37 and 41. RGB value is (50,55,65). Sum of RGB (Red+Green+Blue) = 50+55+65=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 65 - color contains mainly: blue. Hex color #323741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323741 is #CDC8BE. Grayscale: #363636. Windows color (decimal): -13486271 or 4273970. OLE color: 4273970.

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

Color convert

RGB505565-
CMYK0.230.1500.75
HSL220º13.04%22.55%-
HSV(B)220º23.08%25.49%-
XYZ3.643.795.54-
YUV54.64133.84124.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 55 (21.88% from 255) = 32.35%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=29.41%
G=32.35%
B=38.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5055650.230.1500.7522013.0422.55
Hex32374117F04Bdcd17
Octal6267101271701133341527
Binary11001011011110000011011111110100101111011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323741; }

 p { color: rgb(50,55,65); }

 H1.HeaderClassName
 {
   color: #323741;
 }
 .AnyTagClassName
 {
   color: #323741;
 }
</style>
background-color css

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

 a { background-color: rgb(50,55,65); }

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

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

 span { border-color: rgb(50,55,65); }

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