#345955

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

Shades of Blue Dianne #345955

Tints of Blue Dianne #345955

Color information

#345955 (or 0x345955) is unknown color: approx Blue Dianne. HEX triplet: 34, 59 and 55. RGB value is (52,89,85). Sum of RGB (Red+Green+Blue) = 52+89+85=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #345955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345955 is #CBA6AA. Grayscale: #4D4D4D. Windows color (decimal): -13346475 or 5593396. OLE color: 5593396.

HSL color Cylindrical-coordinate representation of color #345955: hue angle of 173.51º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345955 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB528985-
CMYK0.4200.040.65
HSL173.51º26.24%27.65%-
HSV(B)173.51º41.57%34.9%-
XYZ6.638.539.89-
YUV77.48132.24109.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=23.01%
G=39.38%
B=37.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289850.4200.040.65173.5126.2427.65
Hex3459552A0441ae1a1c
Octal6413112552041012563234
Binary1101001011001101010110101001001000001101011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345955; }

 p { color: rgb(52,89,85); }

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

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

 a { background-color: rgb(52,89,85); }

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

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

 span { border-color: rgb(52,89,85); }

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