Html Css Color HEX #3D524F Blue Dianne

📋 copy color: '#3D524F'

red 61 ◦ green 82 ◦ blue 79

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

Shades of Blue Dianne #3D524F

Tints of Blue Dianne #3D524F

RGB

 RED value IS 61 (24.22% from 255) = 27.48%

 GREEN value IS 82 (32.42% from 255) = 36.94%

 BLUE value IS 79 (31.25% from 255) = 35.59%

R = 27.48%
G = 36.94%
B = 35.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#3D524F (or 0x3D524F) is known color: Blue Dianne. HEX triplet: 3D, 52 and 4F. RGB value is (61,82,79). Sum of RGB (Red+Green+Blue) = 61+82+79=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #3D524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D524F is #C2ADB0. Grayscale: #4B4B4B. Windows color (decimal): -12758449 or 5198397. OLE color: 5198397.

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

Color convert

RGB 61 82 79 -
CMYK 0.26 0 0.04 0.68
HSL 171.43º 0.15% 0.28% -
HSV(B) 171.43º 0.26% 0.32% -
XYZ 6.35 7.59 8.53 -
YUV 75.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 61 82 79 0.26 0 0.04 0.68 171.43 0.15 0.28
Hex 3D 52 4F 1A 0 4 44 AB F 1C
Octal 75 122 117 32 0 4 104 253 17 34
Binary 111101 1010010 1001111 11010 0 100 1000100 10101011 1111 11100

Color Harmonies of #3D524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D524F

Black with #3D524F

Text Example


Text Example

White with #3D524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D524F;
 }
 .AnyTagClassName
 {
   color: #3D524F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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