#343450

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

Shades of Lucky Point #343450

Tints of Lucky Point #343450

Color information

#343450 (or 0x343450) is unknown color: approx Lucky Point. HEX triplet: 34, 34 and 50. RGB value is (52,52,80). Sum of RGB (Red+Green+Blue) = 52+52+80=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #343450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343450 is #CBCBAF. Grayscale: #373737. Windows color (decimal): -13355952 or 5256244. OLE color: 5256244.

HSL color Cylindrical-coordinate representation of color #343450: hue angle of 240º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #343450 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB525280-
CMYK0.350.3500.69
HSL240º21.21%25.88%-
HSV(B)240º35%31.37%-
XYZ4.093.778.1-
YUV55.19142125.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 52 (20.70% from 255) = 28.26%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=28.26%
G=28.26%
B=43.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5252800.350.3500.6924021.2125.88
Hex3434502323045f0151a
Octal6464120434301053602532
Binary110100110100101000010001110001101000101111100001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343450; }

 p { color: rgb(52,52,80); }

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

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

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

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

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

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

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