#3B5550

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

Shades of Blue Dianne #3B5550

Tints of Blue Dianne #3B5550

Color information

#3B5550 (or 0x3B5550) is unknown color: approx Blue Dianne. HEX triplet: 3B, 55 and 50. RGB value is (59,85,80). Sum of RGB (Red+Green+Blue) = 59+85+80=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5550 is #C4AAAF. Grayscale: #4C4C4C. Windows color (decimal): -12888752 or 5264699. OLE color: 5264699.

HSL color Cylindrical-coordinate representation of color #3B5550: hue angle of 168.46º 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 #3B5550 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB598580-
CMYK0.3100.060.67
HSL168.46º18.06%28.24%-
HSV(B)168.46º30.59%33.33%-
XYZ6.58.018.79-
YUV76.66129.89115.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=26.34%
G=37.95%
B=35.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985800.3100.060.67168.4618.0628.24
Hex3B55501F0643a8121c
Octal7312512037061032502234
Binary111011101010110100001111101101000011101010001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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