#3D547C

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

Shades of Chambray #3D547C

Tints of Chambray #3D547C

Color information

#3D547C (or 0x3D547C) is unknown color: approx Chambray. HEX triplet: 3D, 54 and 7C. RGB value is (61,84,124). Sum of RGB (Red+Green+Blue) = 61+84+124=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D547C is #C2AB83. Grayscale: #515151. Windows color (decimal): -12757892 or 8148029. OLE color: 8148029.

HSL color Cylindrical-coordinate representation of color #3D547C: hue angle of 218.1º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D547C is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6184124-
CMYK0.510.3200.51
HSL218.1º34.05%36.27%-
HSV(B)218.1º50.81%48.63%-
XYZ8.738.7920.3-
YUV81.68151.88113.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.68%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=22.68%
G=31.23%
B=46.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61841240.510.3200.51218.134.0536.27
Hex3D547C3320033da2224
Octal7512417463400633324244
Binary11110110101001111100110011100000011001111011010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,84,124); }

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

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

 a { background-color: rgb(61,84,124); }

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

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

 span { border-color: rgb(61,84,124); }

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