#343850

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

Shades of Lucky Point #343850

Tints of Lucky Point #343850

Color information

#343850 (or 0x343850) is unknown color: approx Lucky Point. HEX triplet: 34, 38 and 50. RGB value is (52,56,80). Sum of RGB (Red+Green+Blue) = 52+56+80=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #343850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343850 is #CBC7AF. Grayscale: #393939. Windows color (decimal): -13354928 or 5257268. OLE color: 5257268.

HSL color Cylindrical-coordinate representation of color #343850: hue angle of 231.43º 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 #343850 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB525680-
CMYK0.350.3000.69
HSL231.43º21.21%25.88%-
HSV(B)231.43º35%31.37%-
XYZ4.284.148.16-
YUV57.54140.67124.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 56 (22.27% from 255) = 29.79%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=27.66%
G=29.79%
B=42.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5256800.350.3000.69231.4321.2125.88
Hex343850231E045e7151a
Octal6470120433601053472532
Binary11010011100010100001000111111001000101111001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343850; }

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

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

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

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

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

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

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

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