#3F687C

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

Shades of Bismark #3F687C

Tints of Bismark #3F687C

Color information

#3F687C (or 0x3F687C) is unknown color: approx Bismark. HEX triplet: 3F, 68 and 7C. RGB value is (63,104,124). Sum of RGB (Red+Green+Blue) = 63+104+124=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 104 (41.02% from 255 or 35.74% 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 #3F687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F687C is #C09783. Grayscale: #5D5D5D. Windows color (decimal): -12621700 or 8153151. OLE color: 8153151.

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

Color convert

RGB63104124-
CMYK0.490.1600.51
HSL199.67º32.62%36.67%-
HSV(B)199.67º49.19%48.63%-
XYZ10.6412.4120.9-
YUV94.02144.92105.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.65%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=21.65%
G=35.74%
B=42.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631041240.490.1600.51199.6732.6236.67
Hex3F687C3110033c82125
Octal7715017461200633104145
Binary1111111101000111110011000110000011001111001000100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,104,124); }

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

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

 a { background-color: rgb(63,104,124); }

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

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

 span { border-color: rgb(63,104,124); }

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