#345552

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

Shades of Blue Dianne #345552

Tints of Blue Dianne #345552

Color information

#345552 (or 0x345552) is unknown color: approx Blue Dianne. HEX triplet: 34, 55 and 52. RGB value is (52,85,82). Sum of RGB (Red+Green+Blue) = 52+85+82=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #345552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345552 is #CBAAAD. Grayscale: #4A4A4A. Windows color (decimal): -13347502 or 5395764. OLE color: 5395764.

HSL color Cylindrical-coordinate representation of color #345552: hue angle of 174.55º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #345552 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB528582-
CMYK0.3900.040.67
HSL174.55º24.09%26.86%-
HSV(B)174.55º38.82%33.33%-
XYZ6.197.849.17-
YUV74.79132.07111.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=23.74%
G=38.81%
B=37.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285820.3900.040.67174.5524.0926.86
Hex345552270443af181b
Octal6412512247041032573033
Binary1101001010101101001010011101001000011101011111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345552; }

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

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

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

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

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

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

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

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