#3B6978

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

Shades of Bismark #3B6978

Tints of Bismark #3B6978

Color information

#3B6978 (or 0x3B6978) is unknown color: approx Bismark. HEX triplet: 3B, 69 and 78. RGB value is (59,105,120). Sum of RGB (Red+Green+Blue) = 59+105+120=284 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.77% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B6978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6978 is #C49687. Grayscale: #5C5C5C. Windows color (decimal): -12883592 or 7891259. OLE color: 7891259.

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

Color convert

RGB59105120-
CMYK0.510.1300.53
HSL194.75º34.08%35.1%-
HSV(B)194.75º50.83%47.06%-
XYZ10.2512.3919.62-
YUV92.96143.26103.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.77%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=20.77%
G=36.97%
B=42.25%

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
Decimal591051200.510.1300.53194.7534.0835.1
Hex3B697833D035c32223
Octal7315117063150653034243
Binary111011110100111110001100111101011010111000011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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