#343757

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

Shades of Lucky Point #343757

Tints of Lucky Point #343757

Color information

#343757 (or 0x343757) is unknown color: approx Lucky Point. HEX triplet: 34, 37 and 57. RGB value is (52,55,87). Sum of RGB (Red+Green+Blue) = 52+55+87=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #343757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343757 is #CBC8A8. Grayscale: #393939. Windows color (decimal): -13355177 or 5715764. OLE color: 5715764.

HSL color Cylindrical-coordinate representation of color #343757: hue angle of 234.86º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343757 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB525587-
CMYK0.400.3700.66
HSL234.86º25.18%27.25%-
HSV(B)234.86º40.23%34.12%-
XYZ4.54.159.58-
YUV57.75144.51123.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=26.80%
G=28.35%
B=44.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5255870.400.3700.66234.8625.1827.25
Hex3437572825042eb191b
Octal6467127504501023533133
Binary110100110111101011110100010010101000010111010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343757; }

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

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

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

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

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

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

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

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