#343551

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

Shades of Lucky Point #343551

Tints of Lucky Point #343551

Color information

#343551 (or 0x343551) is unknown color: approx Lucky Point. HEX triplet: 34, 35 and 51. RGB value is (52,53,81). Sum of RGB (Red+Green+Blue) = 52+53+81=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #343551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343551 is #CBCAAE. Grayscale: #373737. Windows color (decimal): -13355695 or 5322036. OLE color: 5322036.

HSL color Cylindrical-coordinate representation of color #343551: hue angle of 237.93º 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 #343551 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB525381-
CMYK0.360.3500.68
HSL237.93º21.8%26.08%-
HSV(B)237.93º35.8%31.76%-
XYZ4.173.878.31-
YUV55.89142.17125.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 81 (32.03% from 255) = 43.55%
R=27.96%
G=28.49%
B=43.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5253810.360.3500.68237.9321.826.08
Hex3435512423044ee161a
Octal6465121444301043562632
Binary110100110101101000110010010001101000100111011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343551; }

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

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

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

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

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

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

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

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