#323742

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

Shades of Vulcan #323742

Tints of Vulcan #323742

Color information

#323742 (or 0x323742) is unknown color: approx Vulcan. HEX triplet: 32, 37 and 42. RGB value is (50,55,66). Sum of RGB (Red+Green+Blue) = 50+55+66=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 66 - color contains mainly: blue. Hex color #323742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323742 is #CDC8BD. Grayscale: #363636. Windows color (decimal): -13486270 or 4339506. OLE color: 4339506.

HSL color Cylindrical-coordinate representation of color #323742: hue angle of 221.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #323742 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB505566-
CMYK0.240.1700.74
HSL221.25º13.79%22.75%-
HSV(B)221.25º24.24%25.88%-
XYZ3.663.85.7-
YUV54.76134.34124.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=29.24%
G=32.16%
B=38.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5055660.240.1700.74221.2513.7922.75
Hex323742181104Adde17
Octal6267102302101123351627
Binary110010110111100001011000100010100101011011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323742; }

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

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

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

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

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

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

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

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