#34354C

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

Shades of Lucky Point #34354C

Tints of Lucky Point #34354C

Color information

#34354C (or 0x34354C) is unknown color: approx Lucky Point. HEX triplet: 34, 35 and 4C. RGB value is (52,53,76). Sum of RGB (Red+Green+Blue) = 52+53+76=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #34354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34354C is #CBCAB3. Grayscale: #373737. Windows color (decimal): -13355700 or 4994356. OLE color: 4994356.

HSL color Cylindrical-coordinate representation of color #34354C: hue angle of 237.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34354C is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB525376-
CMYK0.320.3000.70
HSL237.5º18.75%25.1%-
HSV(B)237.5º31.58%29.8%-
XYZ3.993.87.36-
YUV55.32139.67125.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=28.73%
G=29.28%
B=41.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5253760.320.3000.70237.518.7525.1
Hex34354C201E046ee1319
Octal6465114403601063562331
Binary11010011010110011001000001111001000110111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34354C; }

 p { color: rgb(52,53,76); }

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

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

 a { background-color: rgb(52,53,76); }

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

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

 span { border-color: rgb(52,53,76); }

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