#345750

Color #345750 Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #345750

Tints of Blue Dianne #345750

Color information

#345750 (or 0x345750) is unknown color: approx Blue Dianne. HEX triplet: 34, 57 and 50. RGB value is (52,87,80). Sum of RGB (Red+Green+Blue) = 52+87+80=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 87 - color contains mainly: green. Hex color #345750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345750 is #CBA8AF. Grayscale: #4B4B4B. Windows color (decimal): -13346992 or 5265204. OLE color: 5265204.

HSL color Cylindrical-coordinate representation of color #345750: hue angle of 168º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345750 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB528780-
CMYK0.4000.080.66
HSL168º25.18%27.25%-
HSV(B)168º40.23%34.12%-
XYZ6.278.138.83-
YUV75.74130.4111.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=23.74%
G=39.73%
B=36.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287800.4000.080.6616825.1827.25
Hex345750280842a8191b
Octal64127120500101022503133
Binary11010010101111010000101000010001000010101010001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345750; }

 p { color: rgb(52,87,80); }

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

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

 a { background-color: rgb(52,87,80); }

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

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

 span { border-color: rgb(52,87,80); }

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