#345653

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

Shades of Blue Dianne #345653

Tints of Blue Dianne #345653

Color information

#345653 (or 0x345653) is unknown color: approx Blue Dianne. HEX triplet: 34, 56 and 53. RGB value is (52,86,83). Sum of RGB (Red+Green+Blue) = 52+86+83=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 86 - color contains mainly: green. Hex color #345653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345653 is #CBA9AC. Grayscale: #4B4B4B. Windows color (decimal): -13347245 or 5461556. OLE color: 5461556.

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

Color convert

RGB528683-
CMYK0.4000.030.66
HSL174.71º24.64%27.06%-
HSV(B)174.71º39.53%33.73%-
XYZ6.318.019.4-
YUV75.49132.24111.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 86 (33.98% from 255) = 38.91%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=23.53%
G=38.91%
B=37.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5286830.4000.030.66174.7124.6427.06
Hex345653280342af191b
Octal6412612350031022573133
Binary110100101011010100111010000111000010101011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345653; }

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

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

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

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

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

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

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

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