#3F6878

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

Shades of Bismark #3F6878

Tints of Bismark #3F6878

Color information

#3F6878 (or 0x3F6878) is unknown color: approx Bismark. HEX triplet: 3F, 68 and 78. RGB value is (63,104,120). Sum of RGB (Red+Green+Blue) = 63+104+120=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F6878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6878 is #C09787. Grayscale: #5D5D5D. Windows color (decimal): -12621704 or 7891007. OLE color: 7891007.

HSL color Cylindrical-coordinate representation of color #3F6878: hue angle of 196.84º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F6878 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB63104120-
CMYK0.480.1300.53
HSL196.84º31.15%35.88%-
HSV(B)196.84º47.5%47.06%-
XYZ10.3912.3119.6-
YUV93.56142.92106.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=21.95%
G=36.24%
B=41.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631041200.480.1300.53196.8431.1535.88
Hex3F687830D035c51f24
Octal7715017060150653053744
Binary11111111010001111000110000110101101011100010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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