#3B524E

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

Shades of Blue Dianne #3B524E

Tints of Blue Dianne #3B524E

Color information

#3B524E (or 0x3B524E) is unknown color: approx Blue Dianne. HEX triplet: 3B, 52 and 4E. RGB value is (59,82,78). Sum of RGB (Red+Green+Blue) = 59+82+78=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #3B524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B524E is #C4ADB1. Grayscale: #4A4A4A. Windows color (decimal): -12889522 or 5132859. OLE color: 5132859.

HSL color Cylindrical-coordinate representation of color #3B524E: hue angle of 169.57º 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 #3B524E is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB598278-
CMYK0.2800.050.68
HSL169.57º16.31%27.65%-
HSV(B)169.57º28.05%32.16%-
XYZ6.27.518.33-
YUV74.67129.88116.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.94%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=26.94%
G=37.44%
B=35.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5982780.2800.050.68169.5716.3127.65
Hex3B524E1C0544aa101c
Octal7312211634051042522034
Binary111011101001010011101110001011000100101010101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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