#343852

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

Shades of Lucky Point #343852

Tints of Lucky Point #343852

Color information

#343852 (or 0x343852) is unknown color: approx Lucky Point. HEX triplet: 34, 38 and 52. RGB value is (52,56,82). Sum of RGB (Red+Green+Blue) = 52+56+82=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #343852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343852 is #CBC7AD. Grayscale: #393939. Windows color (decimal): -13354926 or 5388340. OLE color: 5388340.

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

Color convert

RGB525682-
CMYK0.370.3200.68
HSL232º22.39%26.27%-
HSV(B)232º36.59%32.16%-
XYZ4.354.178.56-
YUV57.77141.67123.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=27.37%
G=29.47%
B=43.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5256820.370.3200.6823222.3926.27
Hex3438522520044e8161a
Octal6470122454001043502632
Binary110100111000101001010010110000001000100111010001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343852; }

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

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

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

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

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

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

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

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