#3D687B

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

Shades of Bismark #3D687B

Tints of Bismark #3D687B

Color information

#3D687B (or 0x3D687B) is unknown color: approx Bismark. HEX triplet: 3D, 68 and 7B. RGB value is (61,104,123). Sum of RGB (Red+Green+Blue) = 61+104+123=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D687B is #C29784. Grayscale: #5D5D5D. Windows color (decimal): -12752773 or 8087613. OLE color: 8087613.

HSL color Cylindrical-coordinate representation of color #3D687B: hue angle of 198.39º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D687B is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB61104123-
CMYK0.500.1500.52
HSL198.39º33.7%36.08%-
HSV(B)198.39º50.41%48.24%-
XYZ10.4512.3220.57-
YUV93.31144.75104.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=21.18%
G=36.11%
B=42.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611041230.500.1500.52198.3933.736.08
Hex3D687B32F034c62224
Octal7515017362170643064244
Binary111101110100011110111100101111011010011000110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,104,123); }

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

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

 a { background-color: rgb(61,104,123); }

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

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

 span { border-color: rgb(61,104,123); }

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