#345652

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

Shades of Blue Dianne #345652

Tints of Blue Dianne #345652

Color information

#345652 (or 0x345652) is unknown color: approx Blue Dianne. HEX triplet: 34, 56 and 52. RGB value is (52,86,82). Sum of RGB (Red+Green+Blue) = 52+86+82=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #345652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345652 is #CBA9AD. Grayscale: #4B4B4B. Windows color (decimal): -13347246 or 5396020. OLE color: 5396020.

HSL color Cylindrical-coordinate representation of color #345652: hue angle of 172.94º 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 #345652 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB528682-
CMYK0.4000.050.66
HSL172.94º24.64%27.06%-
HSV(B)172.94º39.53%33.73%-
XYZ6.277.999.2-
YUV75.38131.74111.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=23.64%
G=39.09%
B=37.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286820.4000.050.66172.9424.6427.06
Hex345652280542ad191b
Octal6412612250051022553133
Binary1101001010110101001010100001011000010101011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345652; }

 p { color: rgb(52,86,82); }

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

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

 a { background-color: rgb(52,86,82); }

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

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

 span { border-color: rgb(52,86,82); }

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