#3B6576

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

Shades of Bismark #3B6576

Tints of Bismark #3B6576

Color information

#3B6576 (or 0x3B6576) is unknown color: approx Bismark. HEX triplet: 3B, 65 and 76. RGB value is (59,101,118). Sum of RGB (Red+Green+Blue) = 59+101+118=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B6576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6576 is #C49A89. Grayscale: #5A5A5A. Windows color (decimal): -12884618 or 7759163. OLE color: 7759163.

HSL color Cylindrical-coordinate representation of color #3B6576: hue angle of 197.29º 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 #3B6576 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB59101118-
CMYK0.500.1400.54
HSL197.29º33.33%34.71%-
HSV(B)197.29º50%46.27%-
XYZ9.7311.5518.86-
YUV90.38143.59105.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.22%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=21.22%
G=36.33%
B=42.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591011180.500.1400.54197.2933.3334.71
Hex3B657632E036c52123
Octal7314516662160663054143
Binary111011110010111101101100101110011011011000101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,101,118); }

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

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

 a { background-color: rgb(59,101,118); }

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

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

 span { border-color: rgb(59,101,118); }

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