#3B6878

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

Shades of Bismark #3B6878

Tints of Bismark #3B6878

Color information

#3B6878 (or 0x3B6878) is unknown color: approx Bismark. HEX triplet: 3B, 68 and 78. RGB value is (59,104,120). Sum of RGB (Red+Green+Blue) = 59+104+120=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B6878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6878 is #C49787. Grayscale: #5C5C5C. Windows color (decimal): -12883848 or 7891003. OLE color: 7891003.

HSL color Cylindrical-coordinate representation of color #3B6878: hue angle of 195.74º 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 #3B6878 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB59104120-
CMYK0.510.1300.53
HSL195.74º34.08%35.1%-
HSV(B)195.74º50.83%47.06%-
XYZ10.1412.1919.59-
YUV92.37143.59104.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.85%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=20.85%
G=36.75%
B=42.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal591041200.510.1300.53195.7434.0835.1
Hex3B687833D035c42223
Octal7315017063150653044243
Binary111011110100011110001100111101011010111000100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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