#345751

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

Shades of Blue Dianne #345751

Tints of Blue Dianne #345751

Color information

#345751 (or 0x345751) is unknown color: approx Blue Dianne. HEX triplet: 34, 57 and 51. RGB value is (52,87,81). Sum of RGB (Red+Green+Blue) = 52+87+81=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #345751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345751 is #CBA8AE. Grayscale: #4B4B4B. Windows color (decimal): -13346991 or 5330740. OLE color: 5330740.

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

Color convert

RGB528781-
CMYK0.4000.070.66
HSL169.71º25.18%27.25%-
HSV(B)169.71º40.23%34.12%-
XYZ6.318.149.02-
YUV75.85130.9110.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 87 (34.38% from 255) = 39.55%
BLUE value IS 81 (32.03% from 255) = 36.82%
R=23.64%
G=39.55%
B=36.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287810.4000.070.66169.7125.1827.25
Hex345751280742aa191b
Octal6412712150071022523133
Binary1101001010111101000110100001111000010101010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345751; }

 p { color: rgb(52,87,81); }

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

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

 a { background-color: rgb(52,87,81); }

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

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

 span { border-color: rgb(52,87,81); }

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