#3D6A73

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

Shades of Bismark #3D6A73

Tints of Bismark #3D6A73

Color information

#3D6A73 (or 0x3D6A73) is unknown color: approx Bismark. HEX triplet: 3D, 6A and 73. RGB value is (61,106,115). Sum of RGB (Red+Green+Blue) = 61+106+115=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D6A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6A73 is #C2958C. Grayscale: #5D5D5D. Windows color (decimal): -12752269 or 7563837. OLE color: 7563837.

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

Color convert

RGB61106115-
CMYK0.470.0800.55
HSL190º30.68%34.51%-
HSV(B)190º46.96%45.1%-
XYZ10.1712.5418.1-
YUV93.57140.09104.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 106 (41.80% from 255) = 37.59%
BLUE value IS 115 (45.31% from 255) = 40.78%
R=21.63%
G=37.59%
B=40.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611061150.470.0800.5519030.6834.51
Hex3D6A732F8037be1f23
Octal7515216357100672763743
Binary11110111010101110011101111100001101111011111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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