#3D6B75

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

Shades of Bismark #3D6B75

Tints of Bismark #3D6B75

Color information

#3D6B75 (or 0x3D6B75) is unknown color: approx Bismark. HEX triplet: 3D, 6B and 75. RGB value is (61,107,117). Sum of RGB (Red+Green+Blue) = 61+107+117=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D6B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6B75 is #C2948A. Grayscale: #5E5E5E. Windows color (decimal): -12752011 or 7695165. OLE color: 7695165.

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

Color convert

RGB61107117-
CMYK0.480.0900.54
HSL190.71º31.46%34.9%-
HSV(B)190.71º47.86%45.88%-
XYZ10.3912.7918.75-
YUV94.39140.76104.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 107 (42.19% from 255) = 37.54%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=21.40%
G=37.54%
B=41.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611071170.480.0900.54190.7131.4634.9
Hex3D6B75309036bf1f23
Octal7515316560110662773743
Binary11110111010111110101110000100101101101011111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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