#3D5573

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

Shades of Chambray #3D5573

Tints of Chambray #3D5573

Color information

#3D5573 (or 0x3D5573) is unknown color: approx Chambray. HEX triplet: 3D, 55 and 73. RGB value is (61,85,115). Sum of RGB (Red+Green+Blue) = 61+85+115=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D5573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5573 is #C2AA8C. Grayscale: #515151. Windows color (decimal): -12757645 or 7558461. OLE color: 7558461.

HSL color Cylindrical-coordinate representation of color #3D5573: hue angle of 213.33º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D5573 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6185115-
CMYK0.470.2600.55
HSL213.33º30.68%34.51%-
HSV(B)213.33º46.96%45.1%-
XYZ8.278.7317.47-
YUV81.24147.05113.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.37%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=23.37%
G=32.57%
B=44.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61851150.470.2600.55213.3330.6834.51
Hex3D55732F1A037d51f23
Octal7512516357320673253743
Binary111101101010111100111011111101001101111101010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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