#3B6875

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

Shades of Bismark #3B6875

Tints of Bismark #3B6875

Color information

#3B6875 (or 0x3B6875) is unknown color: approx Bismark. HEX triplet: 3B, 68 and 75. RGB value is (59,104,117). Sum of RGB (Red+Green+Blue) = 59+104+117=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B6875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6875 is #C4978A. Grayscale: #5B5B5B. Windows color (decimal): -12883851 or 7694395. OLE color: 7694395.

HSL color Cylindrical-coordinate representation of color #3B6875: hue angle of 193.45º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B6875 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB59104117-
CMYK0.500.1100.54
HSL193.45º32.95%34.51%-
HSV(B)193.45º49.57%45.88%-
XYZ9.9612.1118.64-
YUV92.03142.09104.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.07%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 117 (46.09% from 255) = 41.79%
R=21.07%
G=37.14%
B=41.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591041170.500.1100.54193.4532.9534.51
Hex3B687532B036c12123
Octal7315016562130663014143
Binary111011110100011101011100101011011011011000001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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