#343751

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

Shades of Lucky Point #343751

Tints of Lucky Point #343751

Color information

#343751 (or 0x343751) is unknown color: approx Lucky Point. HEX triplet: 34, 37 and 51. RGB value is (52,55,81). Sum of RGB (Red+Green+Blue) = 52+55+81=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #343751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343751 is #CBC8AE. Grayscale: #383838. Windows color (decimal): -13355183 or 5322548. OLE color: 5322548.

HSL color Cylindrical-coordinate representation of color #343751: hue angle of 233.79º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #343751 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB525581-
CMYK0.360.3200.68
HSL233.79º21.8%26.08%-
HSV(B)233.79º35.8%31.76%-
XYZ4.274.068.34-
YUV57.07141.51124.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 81 (32.03% from 255) = 43.09%
R=27.66%
G=29.26%
B=43.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5255810.360.3200.68233.7921.826.08
Hex3437512420044ea161a
Octal6467121444001043522632
Binary110100110111101000110010010000001000100111010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343751; }

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

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

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

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

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

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

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

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