#3F6E7C

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

Shades of Bismark #3F6E7C

Tints of Bismark #3F6E7C

Color information

#3F6E7C (or 0x3F6E7C) is unknown color: approx Bismark. HEX triplet: 3F, 6E and 7C. RGB value is (63,110,124). Sum of RGB (Red+Green+Blue) = 63+110+124=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F6E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6E7C is #C09183. Grayscale: #616161. Windows color (decimal): -12620164 or 8154687. OLE color: 8154687.

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

Color convert

RGB63110124-
CMYK0.490.1100.51
HSL193.77º32.62%36.67%-
HSV(B)193.77º49.19%48.63%-
XYZ11.2613.6621.11-
YUV97.54142.93103.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.21%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=21.21%
G=37.04%
B=41.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631101240.490.1100.51193.7732.6236.67
Hex3F6E7C31B033c22125
Octal7715617461130633024145
Binary111111110111011111001100011011011001111000010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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