#345952

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

Shades of Blue Dianne #345952

Tints of Blue Dianne #345952

Color information

#345952 (or 0x345952) is unknown color: approx Blue Dianne. HEX triplet: 34, 59 and 52. RGB value is (52,89,82). Sum of RGB (Red+Green+Blue) = 52+89+82=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #345952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345952 is #CBA6AD. Grayscale: #4D4D4D. Windows color (decimal): -13346478 or 5396788. OLE color: 5396788.

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

Color convert

RGB528982-
CMYK0.4200.080.65
HSL168.65º26.24%27.65%-
HSV(B)168.65º41.57%34.9%-
XYZ6.518.489.28-
YUV77.14130.74110.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=23.32%
G=39.91%
B=36.77%

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
Decimal5289820.4200.080.65168.6526.2427.65
Hex3459522A0841a91a1c
Octal64131122520101012513234
Binary11010010110011010010101010010001000001101010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345952; }

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

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

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

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

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

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

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

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