#3D5678

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

Shades of Chambray #3D5678

Tints of Chambray #3D5678

Color information

#3D5678 (or 0x3D5678) is unknown color: approx Chambray. HEX triplet: 3D, 56 and 78. RGB value is (61,86,120). Sum of RGB (Red+Green+Blue) = 61+86+120=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D5678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5678 is #C2A987. Grayscale: #525252. Windows color (decimal): -12757384 or 7886397. OLE color: 7886397.

HSL color Cylindrical-coordinate representation of color #3D5678: hue angle of 214.58º degrees, saturation: 0.33, 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 #3D5678 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6186120-
CMYK0.490.2800.53
HSL214.58º32.6%35.49%-
HSV(B)214.58º49.17%47.06%-
XYZ8.64919.05-
YUV82.4149.22112.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.85%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=22.85%
G=32.21%
B=44.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61861200.490.2800.53214.5832.635.49
Hex3D5678311C035d72123
Octal7512617061340653274143
Binary1111011010110111100011000111100011010111010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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