#3D6678

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

Shades of Bismark #3D6678

Tints of Bismark #3D6678

Color information

#3D6678 (or 0x3D6678) is unknown color: approx Bismark. HEX triplet: 3D, 66 and 78. RGB value is (61,102,120). Sum of RGB (Red+Green+Blue) = 61+102+120=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D6678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6678 is #C29987. Grayscale: #5B5B5B. Windows color (decimal): -12753288 or 7890493. OLE color: 7890493.

HSL color Cylindrical-coordinate representation of color #3D6678: hue angle of 198.31º degrees, saturation: 0.33, 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 #3D6678 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB61102120-
CMYK0.490.1500.53
HSL198.31º32.6%35.49%-
HSV(B)198.31º49.17%47.06%-
XYZ10.0711.8519.53-
YUV91.79143.92106.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.55%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=21.55%
G=36.04%
B=42.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611021200.490.1500.53198.3132.635.49
Hex3D667831F035c62123
Octal7514617061170653064143
Binary111101110011011110001100011111011010111000110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,102,120); }

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

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

 a { background-color: rgb(61,102,120); }

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

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

 span { border-color: rgb(61,102,120); }

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