#3B6578

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

Shades of Bismark #3B6578

Tints of Bismark #3B6578

Color information

#3B6578 (or 0x3B6578) is unknown color: approx Bismark. HEX triplet: 3B, 65 and 78. RGB value is (59,101,120). Sum of RGB (Red+Green+Blue) = 59+101+120=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B6578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6578 is #C49A87. Grayscale: #5A5A5A. Windows color (decimal): -12884616 or 7890235. OLE color: 7890235.

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

Color convert

RGB59101120-
CMYK0.510.1600.53
HSL198.69º34.08%35.1%-
HSV(B)198.69º50.83%47.06%-
XYZ9.8511.5919.49-
YUV90.61144.59105.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.07%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=21.07%
G=36.07%
B=42.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal591011200.510.1600.53198.6934.0835.1
Hex3B65783310035c72223
Octal7314517063200653074243
Binary1110111100101111100011001110000011010111000111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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