#343746

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

Shades of Bunting #343746

Tints of Bunting #343746

Color information

#343746 (or 0x343746) is unknown color: approx Bunting. HEX triplet: 34, 37 and 46. RGB value is (52,55,70). Sum of RGB (Red+Green+Blue) = 52+55+70=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: blue. Hex color #343746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343746 is #CBC8B9. Grayscale: #373737. Windows color (decimal): -13355194 or 4601652. OLE color: 4601652.

HSL color Cylindrical-coordinate representation of color #343746: hue angle of 230º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #343746 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB525570-
CMYK0.260.2100.73
HSL230º14.75%23.92%-
HSV(B)230º25.71%27.45%-
XYZ3.893.96.34-
YUV55.81136.01125.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 70 (27.73% from 255) = 39.55%
R=29.38%
G=31.07%
B=39.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5255700.260.2100.7323014.7523.92
Hex3437461A15049e6f18
Octal6467106322501113461730
Binary110100110111100011011010101010100100111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343746; }

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

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

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

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

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

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

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

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