#3D6772

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

Shades of Bismark #3D6772

Tints of Bismark #3D6772

Color information

#3D6772 (or 0x3D6772) is unknown color: approx Bismark. HEX triplet: 3D, 67 and 72. RGB value is (61,103,114). Sum of RGB (Red+Green+Blue) = 61+103+114=278 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.94% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D6772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6772 is #C2988D. Grayscale: #5B5B5B. Windows color (decimal): -12753038 or 7497533. OLE color: 7497533.

HSL color Cylindrical-coordinate representation of color #3D6772: hue angle of 192.45º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D6772 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB61103114-
CMYK0.460.1000.55
HSL192.45º30.29%34.31%-
HSV(B)192.45º46.49%44.71%-
XYZ9.8111.9117.7-
YUV91.7140.59106.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.94%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=21.94%
G=37.05%
B=41.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611031140.460.1000.55192.4530.2934.31
Hex3D67722EA037c01e22
Octal7514716256120673003642
Binary11110111001111110010101110101001101111100000011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,103,114); }

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

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

 a { background-color: rgb(61,103,114); }

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

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

 span { border-color: rgb(61,103,114); }

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