#3D667C

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

Shades of Bismark #3D667C

Tints of Bismark #3D667C

Color information

#3D667C (or 0x3D667C) is unknown color: approx Bismark. HEX triplet: 3D, 66 and 7C. RGB value is (61,102,124). Sum of RGB (Red+Green+Blue) = 61+102+124=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D667C is #C29983. Grayscale: #5C5C5C. Windows color (decimal): -12753284 or 8152637. OLE color: 8152637.

HSL color Cylindrical-coordinate representation of color #3D667C: hue angle of 200.95º 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 #3D667C is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB61102124-
CMYK0.510.1800.51
HSL200.95º34.05%36.27%-
HSV(B)200.95º50.81%48.63%-
XYZ10.3111.9520.83-
YUV92.25145.92105.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=21.25%
G=35.54%
B=43.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal611021240.510.1800.51200.9534.0536.27
Hex3D667C3312033c92224
Octal7514617463220633114244
Binary1111011100110111110011001110010011001111001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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