#345C56

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

Shades of Blue Dianne #345C56

Tints of Blue Dianne #345C56

Color information

#345C56 (or 0x345C56) is unknown color: approx Blue Dianne. HEX triplet: 34, 5C and 56. RGB value is (52,92,86). Sum of RGB (Red+Green+Blue) = 52+92+86=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 92 - color contains mainly: green. Hex color #345C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345C56 is #CBA3A9. Grayscale: #4F4F4F. Windows color (decimal): -13345706 or 5659700. OLE color: 5659700.

HSL color Cylindrical-coordinate representation of color #345C56: hue angle of 171º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345C56 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB529286-
CMYK0.4300.070.64
HSL171º27.78%28.24%-
HSV(B)171º43.48%36.08%-
XYZ6.929.0610.19-
YUV79.36131.75108.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 92 (36.33% from 255) = 40%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=22.61%
G=40%
B=37.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5292860.4300.070.6417127.7828.24
Hex345C562B0740ab1c1c
Octal6413412653071002533434
Binary1101001011100101011010101101111000000101010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345C56; }

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

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

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

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

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

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

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

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