#3B5552

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

Shades of Blue Dianne #3B5552

Tints of Blue Dianne #3B5552

Color information

#3B5552 (or 0x3B5552) is unknown color: approx Blue Dianne. HEX triplet: 3B, 55 and 52. RGB value is (59,85,82). Sum of RGB (Red+Green+Blue) = 59+85+82=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #3B5552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5552 is #C4AAAD. Grayscale: #4C4C4C. Windows color (decimal): -12888750 or 5395771. OLE color: 5395771.

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

Color convert

RGB598582-
CMYK0.3100.040.67
HSL173.08º18.06%28.24%-
HSV(B)173.08º30.59%33.33%-
XYZ6.588.049.19-
YUV76.88130.89115.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.11%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=26.11%
G=37.61%
B=36.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5985820.3100.040.67173.0818.0628.24
Hex3B55521F0443ad121c
Octal7312512237041032552234
Binary111011101010110100101111101001000011101011011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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