#3D6A7C

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

Shades of Bismark #3D6A7C

Tints of Bismark #3D6A7C

Color information

#3D6A7C (or 0x3D6A7C) is unknown color: approx Bismark. HEX triplet: 3D, 6A and 7C. RGB value is (61,106,124). Sum of RGB (Red+Green+Blue) = 61+106+124=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D6A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6A7C is #C29583. Grayscale: #5E5E5E. Windows color (decimal): -12752260 or 8153661. OLE color: 8153661.

HSL color Cylindrical-coordinate representation of color #3D6A7C: hue angle of 197.14º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D6A7C is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB61106124-
CMYK0.510.1500.51
HSL197.14º34.05%36.27%-
HSV(B)197.14º50.81%48.63%-
XYZ10.7212.7620.97-
YUV94.6144.59104.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=20.96%
G=36.43%
B=42.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal611061240.510.1500.51197.1434.0536.27
Hex3D6A7C33F033c52224
Octal7515217463170633054244
Binary111101110101011111001100111111011001111000101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,106,124); }

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

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

 a { background-color: rgb(61,106,124); }

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

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

 span { border-color: rgb(61,106,124); }

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