#34374D

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

Shades of Lucky Point #34374D

Tints of Lucky Point #34374D

Color information

#34374D (or 0x34374D) is unknown color: approx Lucky Point. HEX triplet: 34, 37 and 4D. RGB value is (52,55,77). Sum of RGB (Red+Green+Blue) = 52+55+77=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #34374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34374D is #CBC8B2. Grayscale: #383838. Windows color (decimal): -13355187 or 5060404. OLE color: 5060404.

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

Color convert

RGB525577-
CMYK0.320.2900.70
HSL232.8º19.38%25.29%-
HSV(B)232.8º32.47%30.2%-
XYZ4.1247.58-
YUV56.61139.51124.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 55 (21.88% from 255) = 29.89%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=28.26%
G=29.89%
B=41.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5255770.320.2900.70232.819.3825.29
Hex34374D201D046e91319
Octal6467115403501063512331
Binary11010011011110011011000001110101000110111010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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