#343652

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

Shades of Lucky Point #343652

Tints of Lucky Point #343652

Color information

#343652 (or 0x343652) is unknown color: approx Lucky Point. HEX triplet: 34, 36 and 52. RGB value is (52,54,82). Sum of RGB (Red+Green+Blue) = 52+54+82=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #343652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343652 is #CBC9AD. Grayscale: #383838. Windows color (decimal): -13355438 or 5387828. OLE color: 5387828.

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

Color convert

RGB525482-
CMYK0.370.3400.68
HSL236º22.39%26.27%-
HSV(B)236º36.59%32.16%-
XYZ4.263.988.53-
YUV56.59142.34124.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=27.66%
G=28.72%
B=43.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5254820.370.3400.6823622.3926.27
Hex3436522522044ec161a
Octal6466122454201043542632
Binary110100110110101001010010110001001000100111011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343652; }

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

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

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

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

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

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

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

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