#345551

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

Shades of Blue Dianne #345551

Tints of Blue Dianne #345551

Color information

#345551 (or 0x345551) is unknown color: approx Blue Dianne. HEX triplet: 34, 55 and 51. RGB value is (52,85,81). Sum of RGB (Red+Green+Blue) = 52+85+81=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #345551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345551 is #CBAAAE. Grayscale: #4A4A4A. Windows color (decimal): -13347503 or 5330228. OLE color: 5330228.

HSL color Cylindrical-coordinate representation of color #345551: hue angle of 172.73º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #345551 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB528581-
CMYK0.3900.050.67
HSL172.73º24.09%26.86%-
HSV(B)172.73º38.82%33.33%-
XYZ6.157.828.97-
YUV74.68131.57111.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=23.85%
G=38.99%
B=37.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285810.3900.050.67172.7324.0926.86
Hex345551270543ad181b
Octal6412512147051032553033
Binary1101001010101101000110011101011000011101011011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345551; }

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

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

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

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

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

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

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

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