#3D6C76

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

Shades of Bismark #3D6C76

Tints of Bismark #3D6C76

Color information

#3D6C76 (or 0x3D6C76) is unknown color: approx Bismark. HEX triplet: 3D, 6C and 76. RGB value is (61,108,118). Sum of RGB (Red+Green+Blue) = 61+108+118=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D6C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6C76 is #C29389. Grayscale: #5F5F5F. Windows color (decimal): -12751754 or 7760957. OLE color: 7760957.

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

Color convert

RGB61108118-
CMYK0.480.0800.54
HSL190.53º31.84%35.1%-
HSV(B)190.53º48.31%46.27%-
XYZ10.5613.0319.1-
YUV95.09140.93103.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=21.25%
G=37.63%
B=41.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611081180.480.0800.54190.5331.8435.1
Hex3D6C76308036bf2023
Octal7515416660100662774043
Binary111101110110011101101100001000011011010111111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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