#34354A

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

Shades of Lucky Point #34354A

Tints of Lucky Point #34354A

Color information

#34354A (or 0x34354A) is unknown color: approx Lucky Point. HEX triplet: 34, 35 and 4A. RGB value is (52,53,74). Sum of RGB (Red+Green+Blue) = 52+53+74=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #34354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34354A is #CBCAB5. Grayscale: #373737. Windows color (decimal): -13355702 or 4863284. OLE color: 4863284.

HSL color Cylindrical-coordinate representation of color #34354A: hue angle of 237.27º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #34354A is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB525374-
CMYK0.300.2800.71
HSL237.27º17.46%24.71%-
HSV(B)237.27º29.73%29.02%-
XYZ3.933.777-
YUV55.1138.67125.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 74 (29.30% from 255) = 41.34%
R=29.05%
G=29.61%
B=41.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5253740.300.2800.71237.2717.4624.71
Hex34354A1E1C047ed1119
Octal6465112363401073552131
Binary1101001101011001010111101110001000111111011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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