#3D707D

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

Shades of Bismark #3D707D

Tints of Bismark #3D707D

Color information

#3D707D (or 0x3D707D) is unknown color: approx Bismark. HEX triplet: 3D, 70 and 7D. RGB value is (61,112,125). Sum of RGB (Red+Green+Blue) = 61+112+125=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #3D707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D707D is #C28F82. Grayscale: #626262. Windows color (decimal): -12750723 or 8220733. OLE color: 8220733.

HSL color Cylindrical-coordinate representation of color #3D707D: hue angle of 192.19º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D707D is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB61112125-
CMYK0.510.1000.51
HSL192.19º34.41%36.47%-
HSV(B)192.19º51.2%49.02%-
XYZ11.4214.0621.51-
YUV98.23143.1101.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=20.47%
G=37.58%
B=41.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal611121250.510.1000.51192.1934.4136.47
Hex3D707D33A033c02224
Octal7516017563120633004244
Binary111101111000011111011100111010011001111000000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,112,125); }

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

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

 a { background-color: rgb(61,112,125); }

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

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

 span { border-color: rgb(61,112,125); }

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