#3B6C78

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

Shades of Bismark #3B6C78

Tints of Bismark #3B6C78

Color information

#3B6C78 (or 0x3B6C78) is unknown color: approx Bismark. HEX triplet: 3B, 6C and 78. RGB value is (59,108,120). Sum of RGB (Red+Green+Blue) = 59+108+120=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B6C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6C78 is #C49387. Grayscale: #5E5E5E. Windows color (decimal): -12882824 or 7892027. OLE color: 7892027.

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

Color convert

RGB59108120-
CMYK0.510.1000.53
HSL191.8º34.08%35.1%-
HSV(B)191.8º50.83%47.06%-
XYZ10.5613.0119.72-
YUV94.72142.27102.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=20.56%
G=37.63%
B=41.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal591081200.510.1000.53191.834.0835.1
Hex3B6C7833A035c02223
Octal7315417063120653004243
Binary111011110110011110001100111010011010111000000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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