#3F6973

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

Shades of Bismark #3F6973

Tints of Bismark #3F6973

Color information

#3F6973 (or 0x3F6973) is unknown color: approx Bismark. HEX triplet: 3F, 69 and 73. RGB value is (63,105,115). Sum of RGB (Red+Green+Blue) = 63+105+115=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F6973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6973 is #C0968C. Grayscale: #5D5D5D. Windows color (decimal): -12621453 or 7563583. OLE color: 7563583.

HSL color Cylindrical-coordinate representation of color #3F6973: hue angle of 191.54º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F6973 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB63105115-
CMYK0.450.0900.55
HSL191.54º29.21%34.9%-
HSV(B)191.54º45.22%45.1%-
XYZ10.212.418.08-
YUV93.58140.09106.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=22.26%
G=37.10%
B=40.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631051150.450.0900.55191.5429.2134.9
Hex3F69732D9037c01d23
Octal7715116355110673003543
Binary11111111010011110011101101100101101111100000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,105,115); }

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

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

 a { background-color: rgb(63,105,115); }

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

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

 span { border-color: rgb(63,105,115); }

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