#3D557B

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

Shades of Chambray #3D557B

Tints of Chambray #3D557B

Color information

#3D557B (or 0x3D557B) is unknown color: approx Chambray. HEX triplet: 3D, 55 and 7B. RGB value is (61,85,123). Sum of RGB (Red+Green+Blue) = 61+85+123=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D557B is #C2AA84. Grayscale: #515151. Windows color (decimal): -12757637 or 8082749. OLE color: 8082749.

HSL color Cylindrical-coordinate representation of color #3D557B: hue angle of 216.77º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D557B is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6185123-
CMYK0.500.3100.52
HSL216.77º33.7%36.08%-
HSV(B)216.77º50.41%48.24%-
XYZ8.758.9220-
YUV82.16151.05112.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.68%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 123 (48.44% from 255) = 45.72%
R=22.68%
G=31.60%
B=45.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61851230.500.3100.52216.7733.736.08
Hex3D557B321F034d92224
Octal7512517362370643314244
Binary1111011010101111101111001011111011010011011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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