#3D6571

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

Shades of Bismark #3D6571

Tints of Bismark #3D6571

Color information

#3D6571 (or 0x3D6571) is unknown color: approx Bismark. HEX triplet: 3D, 65 and 71. RGB value is (61,101,113). Sum of RGB (Red+Green+Blue) = 61+101+113=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D6571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6571 is #C29A8E. Grayscale: #5A5A5A. Windows color (decimal): -12753551 or 7431485. OLE color: 7431485.

HSL color Cylindrical-coordinate representation of color #3D6571: hue angle of 193.85º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D6571 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB61101113-
CMYK0.460.1100.56
HSL193.85º29.89%34.12%-
HSV(B)193.85º46.02%44.31%-
XYZ9.5611.4917.34-
YUV90.41140.75107.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.18%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=22.18%
G=36.73%
B=41.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal611011130.460.1100.56193.8529.8934.12
Hex3D65712EB038c21e22
Octal7514516156130703023642
Binary11110111001011110001101110101101110001100001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,101,113); }

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

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

 a { background-color: rgb(61,101,113); }

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

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

 span { border-color: rgb(61,101,113); }

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