#3D6573

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

Shades of Bismark #3D6573

Tints of Bismark #3D6573

Color information

#3D6573 (or 0x3D6573) is unknown color: approx Bismark. HEX triplet: 3D, 65 and 73. RGB value is (61,101,115). Sum of RGB (Red+Green+Blue) = 61+101+115=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D6573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6573 is #C29A8C. Grayscale: #5A5A5A. Windows color (decimal): -12753549 or 7562557. OLE color: 7562557.

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

Color convert

RGB61101115-
CMYK0.470.1200.55
HSL195.56º30.68%34.51%-
HSV(B)195.56º46.96%45.1%-
XYZ9.6711.5417.94-
YUV90.64141.75106.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.02%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=22.02%
G=36.46%
B=41.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611011150.470.1200.55195.5630.6834.51
Hex3D65732FC037c41f23
Octal7514516357140673043743
Binary11110111001011110011101111110001101111100010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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