#3B504F

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

Shades of Blue Dianne #3B504F

Tints of Blue Dianne #3B504F

Color information

#3B504F (or 0x3B504F) is unknown color: approx Blue Dianne. HEX triplet: 3B, 50 and 4F. RGB value is (59,80,79). Sum of RGB (Red+Green+Blue) = 59+80+79=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #3B504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B504F is #C4AFB0. Grayscale: #494949. Windows color (decimal): -12890033 or 5197883. OLE color: 5197883.

HSL color Cylindrical-coordinate representation of color #3B504F: hue angle of 177.14º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B504F is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB598079-
CMYK0.2600.010.69
HSL177.14º15.11%27.25%-
HSV(B)177.14º26.25%31.37%-
XYZ6.087.238.47-
YUV73.61131.04117.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.06%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=27.06%
G=36.70%
B=36.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5980790.2600.010.69177.1415.1127.25
Hex3B504F1A0145b1f1b
Octal7312011732011052611733
Binary111011101000010011111101001100010110110001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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