#34354D

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

Shades of Lucky Point #34354D

Tints of Lucky Point #34354D

Color information

#34354D (or 0x34354D) is unknown color: approx Lucky Point. HEX triplet: 34, 35 and 4D. RGB value is (52,53,77). Sum of RGB (Red+Green+Blue) = 52+53+77=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #34354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34354D is #CBCAB2. Grayscale: #373737. Windows color (decimal): -13355699 or 5059892. OLE color: 5059892.

HSL color Cylindrical-coordinate representation of color #34354D: hue angle of 237.6º 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 #34354D is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB525377-
CMYK0.320.3100.70
HSL237.6º19.38%25.29%-
HSV(B)237.6º32.47%30.2%-
XYZ4.033.817.54-
YUV55.44140.17125.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=28.57%
G=29.12%
B=42.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5253770.320.3100.70237.619.3825.29
Hex34354D201F046ee1319
Octal6465115403701063562331
Binary11010011010110011011000001111101000110111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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