#343853

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

Shades of Lucky Point #343853

Tints of Lucky Point #343853

Color information

#343853 (or 0x343853) is unknown color: approx Lucky Point. HEX triplet: 34, 38 and 53. RGB value is (52,56,83). Sum of RGB (Red+Green+Blue) = 52+56+83=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #343853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343853 is #CBC7AC. Grayscale: #393939. Windows color (decimal): -13354925 or 5453876. OLE color: 5453876.

HSL color Cylindrical-coordinate representation of color #343853: hue angle of 232.26º 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 #343853 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB525683-
CMYK0.370.3300.67
HSL232.26º22.96%26.47%-
HSV(B)232.26º37.35%32.55%-
XYZ4.394.188.76-
YUV57.88142.17123.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=27.23%
G=29.32%
B=43.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5256830.370.3300.67232.2622.9626.47
Hex3438532521043e8171a
Octal6470123454101033502732
Binary110100111000101001110010110000101000011111010001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343853; }

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

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

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

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

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

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

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

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