#3D5674

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

Shades of Chambray #3D5674

Tints of Chambray #3D5674

Color information

#3D5674 (or 0x3D5674) is unknown color: approx Chambray. HEX triplet: 3D, 56 and 74. RGB value is (61,86,116). Sum of RGB (Red+Green+Blue) = 61+86+116=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D5674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5674 is #C2A98B. Grayscale: #515151. Windows color (decimal): -12757388 or 7624253. OLE color: 7624253.

HSL color Cylindrical-coordinate representation of color #3D5674: hue angle of 212.73º 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 #3D5674 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6186116-
CMYK0.470.2600.55
HSL212.73º31.07%34.71%-
HSV(B)212.73º47.41%45.49%-
XYZ8.48.9117.8-
YUV81.94147.22113.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.19%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 116 (45.70% from 255) = 44.11%
R=23.19%
G=32.70%
B=44.11%

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
Decimal61861160.470.2600.55212.7331.0734.71
Hex3D56742F1A037d51f23
Octal7512616457320673253743
Binary111101101011011101001011111101001101111101010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,86,116); }

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

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

 a { background-color: rgb(61,86,116); }

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

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

 span { border-color: rgb(61,86,116); }

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