#345A53

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

Shades of Blue Dianne #345A53

Tints of Blue Dianne #345A53

Color information

#345A53 (or 0x345A53) is unknown color: approx Blue Dianne. HEX triplet: 34, 5A and 53. RGB value is (52,90,83). Sum of RGB (Red+Green+Blue) = 52+90+83=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 90 - color contains mainly: green. Hex color #345A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A53 is #CBA5AC. Grayscale: #4D4D4D. Windows color (decimal): -13346221 or 5462580. OLE color: 5462580.

HSL color Cylindrical-coordinate representation of color #345A53: hue angle of 168.95º degrees, saturation: 0.27, 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 #345A53 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB529083-
CMYK0.4200.080.65
HSL168.95º26.76%27.84%-
HSV(B)168.95º42.22%35.29%-
XYZ6.638.679.51-
YUV77.84130.91109.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=23.11%
G=40%
B=36.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290830.4200.080.65168.9526.7627.84
Hex345A532A0841a91b1c
Octal64132123520101012513334
Binary11010010110101010011101010010001000001101010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,90,83); }

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

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

 a { background-color: rgb(52,90,83); }

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

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

 span { border-color: rgb(52,90,83); }

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