#3F6678

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

Shades of Bismark #3F6678

Tints of Bismark #3F6678

Color information

#3F6678 (or 0x3F6678) is unknown color: approx Bismark. HEX triplet: 3F, 66 and 78. RGB value is (63,102,120). Sum of RGB (Red+Green+Blue) = 63+102+120=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F6678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6678 is #C09987. Grayscale: #5C5C5C. Windows color (decimal): -12622216 or 7890495. OLE color: 7890495.

HSL color Cylindrical-coordinate representation of color #3F6678: hue angle of 198.95º 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 #3F6678 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB63102120-
CMYK0.480.1500.53
HSL198.95º31.15%35.88%-
HSV(B)198.95º47.5%47.06%-
XYZ10.1911.9219.53-
YUV92.39143.58107.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=22.11%
G=35.79%
B=42.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631021200.480.1500.53198.9531.1535.88
Hex3F667830F035c71f24
Octal7714617060170653073744
Binary11111111001101111000110000111101101011100011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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