#3D6C77

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

Shades of Bismark #3D6C77

Tints of Bismark #3D6C77

Color information

#3D6C77 (or 0x3D6C77) is unknown color: approx Bismark. HEX triplet: 3D, 6C and 77. RGB value is (61,108,119). Sum of RGB (Red+Green+Blue) = 61+108+119=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D6C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6C77 is #C29388. Grayscale: #5F5F5F. Windows color (decimal): -12751753 or 7826493. OLE color: 7826493.

HSL color Cylindrical-coordinate representation of color #3D6C77: hue angle of 191.38º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D6C77 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB61108119-
CMYK0.490.0900.53
HSL191.38º32.22%35.29%-
HSV(B)191.38º48.74%46.67%-
XYZ10.6213.0519.41-
YUV95.2141.43103.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 108 (42.58% from 255) = 37.5%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=21.18%
G=37.5%
B=41.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611081190.490.0900.53191.3832.2235.29
Hex3D6C77319035bf2023
Octal7515416761110652774043
Binary111101110110011101111100011001011010110111111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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