#3D6877

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

Shades of Bismark #3D6877

Tints of Bismark #3D6877

Color information

#3D6877 (or 0x3D6877) is unknown color: approx Bismark. HEX triplet: 3D, 68 and 77. RGB value is (61,104,119). Sum of RGB (Red+Green+Blue) = 61+104+119=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D6877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6877 is #C29788. Grayscale: #5C5C5C. Windows color (decimal): -12752777 or 7825469. OLE color: 7825469.

HSL color Cylindrical-coordinate representation of color #3D6877: hue angle of 195.52º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D6877 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB61104119-
CMYK0.490.1300.53
HSL195.52º32.22%35.29%-
HSV(B)195.52º48.74%46.67%-
XYZ10.212.2219.27-
YUV92.85142.75105.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.48%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=21.48%
G=36.62%
B=41.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611041190.490.1300.53195.5232.2235.29
Hex3D687731D035c42023
Octal7515016761150653044043
Binary111101110100011101111100011101011010111000100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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