#34364D

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

Shades of Lucky Point #34364D

Tints of Lucky Point #34364D

Color information

#34364D (or 0x34364D) is unknown color: approx Lucky Point. HEX triplet: 34, 36 and 4D. RGB value is (52,54,77). Sum of RGB (Red+Green+Blue) = 52+54+77=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #34364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34364D is #CBC9B2. Grayscale: #373737. Windows color (decimal): -13355443 or 5060148. OLE color: 5060148.

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

Color convert

RGB525477-
CMYK0.320.3000.70
HSL235.2º19.38%25.29%-
HSV(B)235.2º32.47%30.2%-
XYZ4.073.97.56-
YUV56.02139.84125.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 77 (30.47% from 255) = 42.08%
R=28.42%
G=29.51%
B=42.08%

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
Decimal5254770.320.3000.70235.219.3825.29
Hex34364D201E046eb1319
Octal6466115403601063532331
Binary11010011011010011011000001111001000110111010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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