#3D6474

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

Shades of Bismark #3D6474

Tints of Bismark #3D6474

Color information

#3D6474 (or 0x3D6474) is unknown color: approx Bismark. HEX triplet: 3D, 64 and 74. RGB value is (61,100,116). Sum of RGB (Red+Green+Blue) = 61+100+116=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #3D6474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6474 is #C29B8B. Grayscale: #5A5A5A. Windows color (decimal): -12753804 or 7627837. OLE color: 7627837.

HSL color Cylindrical-coordinate representation of color #3D6474: hue angle of 197.45º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D6474 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB61100116-
CMYK0.470.1400.55
HSL197.45º31.07%34.71%-
HSV(B)197.45º47.41%45.49%-
XYZ9.6311.3718.21-
YUV90.16142.58107.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.02%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 116 (45.70% from 255) = 41.88%
R=22.02%
G=36.10%
B=41.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611001160.470.1400.55197.4531.0734.71
Hex3D64742FE037c51f23
Octal7514416457160673053743
Binary11110111001001110100101111111001101111100010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,100,116); }

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

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

 a { background-color: rgb(61,100,116); }

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

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

 span { border-color: rgb(61,100,116); }

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