#3D6973

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

Shades of Bismark #3D6973

Tints of Bismark #3D6973

Color information

#3D6973 (or 0x3D6973) is unknown color: approx Bismark. HEX triplet: 3D, 69 and 73. RGB value is (61,105,115). Sum of RGB (Red+Green+Blue) = 61+105+115=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D6973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6973 is #C2968C. Grayscale: #5C5C5C. Windows color (decimal): -12752525 or 7563581. OLE color: 7563581.

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

Color convert

RGB61105115-
CMYK0.470.0900.55
HSL191.11º30.68%34.51%-
HSV(B)191.11º46.96%45.1%-
XYZ10.0712.3318.07-
YUV92.98140.42105.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.71%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=21.71%
G=37.37%
B=40.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611051150.470.0900.55191.1130.6834.51
Hex3D69732F9037bf1f23
Octal7515116357110672773743
Binary11110111010011110011101111100101101111011111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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