#3D6576

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

Shades of Bismark #3D6576

Tints of Bismark #3D6576

Color information

#3D6576 (or 0x3D6576) is unknown color: approx Bismark. HEX triplet: 3D, 65 and 76. RGB value is (61,101,118). Sum of RGB (Red+Green+Blue) = 61+101+118=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D6576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6576 is #C29A89. Grayscale: #5A5A5A. Windows color (decimal): -12753546 or 7759165. OLE color: 7759165.

HSL color Cylindrical-coordinate representation of color #3D6576: hue angle of 197.89º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D6576 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB61101118-
CMYK0.480.1400.54
HSL197.89º31.84%35.1%-
HSV(B)197.89º48.31%46.27%-
XYZ9.8511.6118.86-
YUV90.98143.25106.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.79%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=21.79%
G=36.07%
B=42.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611011180.480.1400.54197.8931.8435.1
Hex3D657630E036c62023
Octal7514516660160663064043
Binary111101110010111101101100001110011011011000110100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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