#343653

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

Shades of Lucky Point #343653

Tints of Lucky Point #343653

Color information

#343653 (or 0x343653) is unknown color: approx Lucky Point. HEX triplet: 34, 36 and 53. RGB value is (52,54,83). Sum of RGB (Red+Green+Blue) = 52+54+83=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #343653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343653 is #CBC9AC. Grayscale: #383838. Windows color (decimal): -13355437 or 5453364. OLE color: 5453364.

HSL color Cylindrical-coordinate representation of color #343653: hue angle of 236.13º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #343653 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB525483-
CMYK0.370.3500.67
HSL236.13º22.96%26.47%-
HSV(B)236.13º37.35%32.55%-
XYZ4.33.998.73-
YUV56.71142.84124.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=27.51%
G=28.57%
B=43.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5254830.370.3500.67236.1322.9626.47
Hex3436532523043ec171a
Octal6466123454301033542732
Binary110100110110101001110010110001101000011111011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343653; }

 p { color: rgb(52,54,83); }

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

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

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

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

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

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

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