Html Css Color HEX #3B524E Blue Dianne

📋 copy color: '#3B524E'

red 59 ◦ green 82 ◦ blue 78

#3B524E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #3B524E

Tints of Blue Dianne #3B524E

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 value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#3B524E (or 0x3B524E) is known color: 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

RGB 59 82 78 -
CMYK 0.28 0 0.05 0.68
HSL 169.57º 0.16% 0.28% -
HSV(B) 169.57º 0.28% 0.32% -
XYZ 6.2 7.51 8.33 -
YUV 74.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 59 82 78 0.28 0 0.05 0.68 169.57 0.16 0.28
Hex 3B 52 4E 1C 0 5 44 AA 10 1C
Octal 73 122 116 34 0 5 104 252 20 34
Binary 111011 1010010 1001110 11100 0 101 1000100 10101010 10000 11100

Color Harmonies of #3B524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B524E

Black with #3B524E

Text Example


Text Example

White with #3B524E

Text Example


Text Example

HTML Codes & Css Web 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>