#34374E

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

Shades of Lucky Point #34374E

Tints of Lucky Point #34374E

Color information

#34374E (or 0x34374E) is unknown color: approx Lucky Point. HEX triplet: 34, 37 and 4E. RGB value is (52,55,78). Sum of RGB (Red+Green+Blue) = 52+55+78=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #34374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34374E is #CBC8B1. Grayscale: #383838. Windows color (decimal): -13355186 or 5125940. OLE color: 5125940.

HSL color Cylindrical-coordinate representation of color #34374E: hue angle of 233.08º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #34374E is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB525578-
CMYK0.330.2900.69
HSL233.08º20%25.49%-
HSV(B)233.08º33.33%30.59%-
XYZ4.164.017.76-
YUV56.72140.01124.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=28.11%
G=29.73%
B=42.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5255780.330.2900.69233.082025.49
Hex34374E211D045e91419
Octal6467116413501053512431
Binary11010011011110011101000011110101000101111010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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