#3B6879

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

Shades of Bismark #3B6879

Tints of Bismark #3B6879

Color information

#3B6879 (or 0x3B6879) is unknown color: approx Bismark. HEX triplet: 3B, 68 and 79. RGB value is (59,104,121). Sum of RGB (Red+Green+Blue) = 59+104+121=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B6879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6879 is #C49786. Grayscale: #5C5C5C. Windows color (decimal): -12883847 or 7956539. OLE color: 7956539.

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

Color convert

RGB59104121-
CMYK0.510.1400.53
HSL196.45º34.44%35.29%-
HSV(B)196.45º51.24%47.45%-
XYZ10.2112.2119.91-
YUV92.48144.09104.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.77%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 121 (47.66% from 255) = 42.61%
R=20.77%
G=36.62%
B=42.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal591041210.510.1400.53196.4534.4435.29
Hex3B687933E035c42223
Octal7315017163160653044243
Binary111011110100011110011100111110011010111000100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,104,121); }

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

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

 a { background-color: rgb(59,104,121); }

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

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

 span { border-color: rgb(59,104,121); }

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