#34344D

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

Shades of Lucky Point #34344D

Tints of Lucky Point #34344D

Color information

#34344D (or 0x34344D) is unknown color: approx Lucky Point. HEX triplet: 34, 34 and 4D. RGB value is (52,52,77). Sum of RGB (Red+Green+Blue) = 52+52+77=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 77 - color contains mainly: blue. Hex color #34344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34344D is #CBCBB2. Grayscale: #363636. Windows color (decimal): -13355955 or 5059636. OLE color: 5059636.

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

Color convert

RGB525277-
CMYK0.320.3200.70
HSL240º19.38%25.29%-
HSV(B)240º32.47%30.2%-
XYZ3.983.727.53-
YUV54.85140.5125.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=28.73%
G=28.73%
B=42.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5252770.320.3200.7024019.3825.29
Hex34344D2020046f01319
Octal6464115404001063602331
Binary110100110100100110110000010000001000110111100001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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