#3D5579

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

Shades of Chambray #3D5579

Tints of Chambray #3D5579

Color information

#3D5579 (or 0x3D5579) is unknown color: approx Chambray. HEX triplet: 3D, 55 and 79. RGB value is (61,85,121). Sum of RGB (Red+Green+Blue) = 61+85+121=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D5579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5579 is #C2AA86. Grayscale: #515151. Windows color (decimal): -12757639 or 7951677. OLE color: 7951677.

HSL color Cylindrical-coordinate representation of color #3D5579: hue angle of 216º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D5579 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6185121-
CMYK0.500.3000.53
HSL216º32.97%35.69%-
HSV(B)216º49.59%47.45%-
XYZ8.628.8719.35-
YUV81.93150.05113.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.85%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=22.85%
G=31.84%
B=45.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61851210.500.3000.5321632.9735.69
Hex3D5579321E035d82124
Octal7512517162360653304144
Binary1111011010101111100111001011110011010111011000100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,85,121); }

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

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

 a { background-color: rgb(61,85,121); }

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

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

 span { border-color: rgb(61,85,121); }

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