#3B5551

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

Shades of Blue Dianne #3B5551

Tints of Blue Dianne #3B5551

Color information

#3B5551 (or 0x3B5551) is unknown color: approx Blue Dianne. HEX triplet: 3B, 55 and 51. RGB value is (59,85,81). Sum of RGB (Red+Green+Blue) = 59+85+81=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5551 is #C4AAAE. Grayscale: #4C4C4C. Windows color (decimal): -12888751 or 5330235. OLE color: 5330235.

HSL color Cylindrical-coordinate representation of color #3B5551: hue angle of 170.77º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B5551 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB598581-
CMYK0.3100.050.67
HSL170.77º18.06%28.24%-
HSV(B)170.77º30.59%33.33%-
XYZ6.548.028.99-
YUV76.77130.39115.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 81 (32.03% from 255) = 36%
R=26.22%
G=37.78%
B=36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985810.3100.050.67170.7718.0628.24
Hex3B55511F0543ab121c
Octal7312512137051032532234
Binary111011101010110100011111101011000011101010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B5551; }

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

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

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

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

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

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

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

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