#3D5577

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

Shades of Chambray #3D5577

Tints of Chambray #3D5577

Color information

#3D5577 (or 0x3D5577) is unknown color: approx Chambray. HEX triplet: 3D, 55 and 77. RGB value is (61,85,119). Sum of RGB (Red+Green+Blue) = 61+85+119=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D5577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5577 is #C2AA88. Grayscale: #515151. Windows color (decimal): -12757641 or 7820605. OLE color: 7820605.

HSL color Cylindrical-coordinate representation of color #3D5577: hue angle of 215.17º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D5577 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6185119-
CMYK0.490.2900.53
HSL215.17º32.22%35.29%-
HSV(B)215.17º48.74%46.67%-
XYZ8.58.8218.71-
YUV81.7149.05113.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.02%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=23.02%
G=32.08%
B=44.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61851190.490.2900.53215.1732.2235.29
Hex3D5577311D035d72023
Octal7512516761350653274043
Binary1111011010101111011111000111101011010111010111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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