#3D677E

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

Shades of Bismark #3D677E

Tints of Bismark #3D677E

Color information

#3D677E (or 0x3D677E) is unknown color: approx Bismark. HEX triplet: 3D, 67 and 7E. RGB value is (61,103,126). Sum of RGB (Red+Green+Blue) = 61+103+126=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #3D677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D677E is #C29881. Grayscale: #5C5C5C. Windows color (decimal): -12753026 or 8283965. OLE color: 8283965.

HSL color Cylindrical-coordinate representation of color #3D677E: hue angle of 201.23º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D677E is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB61103126-
CMYK0.520.1800.51
HSL201.23º34.76%36.67%-
HSV(B)201.23º51.59%49.41%-
XYZ10.5412.221.54-
YUV93.06146.59105.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.03%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 126 (49.61% from 255) = 43.45%
R=21.03%
G=35.52%
B=43.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal611031260.520.1800.51201.2334.7636.67
Hex3D677E3412033c92325
Octal7514717664220633114345
Binary1111011100111111111011010010010011001111001001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,103,126); }

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

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

 a { background-color: rgb(61,103,126); }

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

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

 span { border-color: rgb(61,103,126); }

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