#3B524F

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

Shades of Blue Dianne #3B524F

Tints of Blue Dianne #3B524F

Color information

#3B524F (or 0x3B524F) is unknown color: approx Blue Dianne. HEX triplet: 3B, 52 and 4F. RGB value is (59,82,79). Sum of RGB (Red+Green+Blue) = 59+82+79=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #3B524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B524F is #C4ADB0. Grayscale: #4A4A4A. Windows color (decimal): -12889521 or 5198395. OLE color: 5198395.

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

Color convert

RGB598279-
CMYK0.2800.040.68
HSL172.17º16.31%27.65%-
HSV(B)172.17º28.05%32.16%-
XYZ6.237.538.52-
YUV74.78130.38116.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.82%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=26.82%
G=37.27%
B=35.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5982790.2800.040.68172.1716.3127.65
Hex3B524F1C0444ac101c
Octal7312211734041042542034
Binary111011101001010011111110001001000100101011001000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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