#343741

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

Shades of Vulcan #343741

Tints of Vulcan #343741

Color information

#343741 (or 0x343741) is unknown color: approx Vulcan. HEX triplet: 34, 37 and 41. RGB value is (52,55,65). Sum of RGB (Red+Green+Blue) = 52+55+65=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #343741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343741 is #CBC8BE. Grayscale: #373737. Windows color (decimal): -13355199 or 4273972. OLE color: 4273972.

HSL color Cylindrical-coordinate representation of color #343741: hue angle of 226.15º 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 #343741 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB525565-
CMYK0.200.1500.75
HSL226.15º11.11%22.94%-
HSV(B)226.15º20%25.49%-
XYZ3.743.845.55-
YUV55.24133.51125.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=30.23%
G=31.98%
B=37.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5255650.200.1500.75226.1511.1122.94
Hex34374114F04Be2b17
Octal6467101241701133421327
Binary11010011011110000011010011110100101111100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343741; }

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

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

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

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

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

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

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

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