#34354F

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

Shades of Lucky Point #34354F

Tints of Lucky Point #34354F

Color information

#34354F (or 0x34354F) is unknown color: approx Lucky Point. HEX triplet: 34, 35 and 4F. RGB value is (52,53,79). Sum of RGB (Red+Green+Blue) = 52+53+79=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #34354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34354F is #CBCAB0. Grayscale: #373737. Windows color (decimal): -13355697 or 5190964. OLE color: 5190964.

HSL color Cylindrical-coordinate representation of color #34354F: hue angle of 237.78º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #34354F is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB525379-
CMYK0.340.3300.69
HSL237.78º20.61%25.69%-
HSV(B)237.78º34.18%30.98%-
XYZ4.13.847.92-
YUV55.66141.17125.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 53 (21.09% from 255) = 28.80%
BLUE value IS 79 (31.25% from 255) = 42.93%
R=28.26%
G=28.80%
B=42.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5253790.340.3300.69237.7820.6125.69
Hex34354F2221045ee151a
Octal6465117424101053562532
Binary110100110101100111110001010000101000101111011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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