#3D6775

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

Shades of Bismark #3D6775

Tints of Bismark #3D6775

Color information

#3D6775 (or 0x3D6775) is unknown color: approx Bismark. HEX triplet: 3D, 67 and 75. RGB value is (61,103,117). Sum of RGB (Red+Green+Blue) = 61+103+117=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D6775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6775 is #C2988A. Grayscale: #5B5B5B. Windows color (decimal): -12753035 or 7694141. OLE color: 7694141.

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

Color convert

RGB61103117-
CMYK0.480.1200.54
HSL195º31.46%34.9%-
HSV(B)195º47.86%45.88%-
XYZ9.9911.9818.62-
YUV92.04142.09105.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.71%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=21.71%
G=36.65%
B=41.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611031170.480.1200.5419531.4634.9
Hex3D677530C036c31f23
Octal7514716560140663033743
Binary11110111001111110101110000110001101101100001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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