#34354E

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

Shades of Lucky Point #34354E

Tints of Lucky Point #34354E

Color information

#34354E (or 0x34354E) is unknown color: approx Lucky Point. HEX triplet: 34, 35 and 4E. RGB value is (52,53,78). Sum of RGB (Red+Green+Blue) = 52+53+78=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 78 - color contains mainly: blue. Hex color #34354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34354E is #CBCAB1. Grayscale: #373737. Windows color (decimal): -13355698 or 5125428. OLE color: 5125428.

HSL color Cylindrical-coordinate representation of color #34354E: hue angle of 237.69º 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 #34354E is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB525378-
CMYK0.330.3200.69
HSL237.69º20%25.49%-
HSV(B)237.69º33.33%30.59%-
XYZ4.063.837.73-
YUV55.55140.67125.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=28.42%
G=28.96%
B=42.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5253780.330.3200.69237.692025.49
Hex34354E2120045ee1419
Octal6465116414001053562431
Binary110100110101100111010000110000001000101111011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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