#3F6975

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

Shades of Bismark #3F6975

Tints of Bismark #3F6975

Color information

#3F6975 (or 0x3F6975) is unknown color: approx Bismark. HEX triplet: 3F, 69 and 75. RGB value is (63,105,117). Sum of RGB (Red+Green+Blue) = 63+105+117=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F6975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6975 is #C0968A. Grayscale: #5D5D5D. Windows color (decimal): -12621451 or 7694655. OLE color: 7694655.

HSL color Cylindrical-coordinate representation of color #3F6975: hue angle of 193.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F6975 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB63105117-
CMYK0.460.1000.54
HSL193.33º30%35.29%-
HSV(B)193.33º46.15%45.88%-
XYZ10.3112.4418.69-
YUV93.81141.09106.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=22.11%
G=36.84%
B=41.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal631051170.460.1000.54193.333035.29
Hex3F69752EA036c11e23
Octal7715116556120663013643
Binary11111111010011110101101110101001101101100000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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