#3B5150

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

Shades of Blue Dianne #3B5150

Tints of Blue Dianne #3B5150

Color information

#3B5150 (or 0x3B5150) is unknown color: approx Blue Dianne. HEX triplet: 3B, 51 and 50. RGB value is (59,81,80). Sum of RGB (Red+Green+Blue) = 59+81+80=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5150 is #C4AEAF. Grayscale: #4A4A4A. Windows color (decimal): -12889776 or 5263675. OLE color: 5263675.

HSL color Cylindrical-coordinate representation of color #3B5150: hue angle of 177.27º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B5150 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB598180-
CMYK0.2700.010.68
HSL177.27º15.71%27.45%-
HSV(B)177.27º27.16%31.76%-
XYZ6.197.398.69-
YUV74.31131.21117.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.82%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=26.82%
G=36.82%
B=36.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5981800.2700.010.68177.2715.7127.45
Hex3B51501B0144b1101b
Octal7312112033011042612033
Binary1110111010001101000011011011000100101100011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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