#343555

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

Shades of Lucky Point #343555

Tints of Lucky Point #343555

Color information

#343555 (or 0x343555) is unknown color: approx Lucky Point. HEX triplet: 34, 35 and 55. RGB value is (52,53,85). Sum of RGB (Red+Green+Blue) = 52+53+85=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #343555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343555 is #CBCAAA. Grayscale: #383838. Windows color (decimal): -13355691 or 5584180. OLE color: 5584180.

HSL color Cylindrical-coordinate representation of color #343555: hue angle of 238.18º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #343555 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB525385-
CMYK0.390.3800.67
HSL238.18º24.09%26.86%-
HSV(B)238.18º38.82%33.33%-
XYZ4.333.939.13-
YUV56.35144.17124.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=27.37%
G=27.89%
B=44.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5253850.390.3800.67238.1824.0926.86
Hex3435552726043ee181b
Octal6465125474601033563033
Binary110100110101101010110011110011001000011111011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343555; }

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

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

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

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

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

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

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

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