#3F707B

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

Shades of Bismark #3F707B

Tints of Bismark #3F707B

Color information

#3F707B (or 0x3F707B) is unknown color: approx Bismark. HEX triplet: 3F, 70 and 7B. RGB value is (63,112,123). Sum of RGB (Red+Green+Blue) = 63+112+123=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F707B is #C08F84. Grayscale: #626262. Windows color (decimal): -12619653 or 8089663. OLE color: 8089663.

HSL color Cylindrical-coordinate representation of color #3F707B: hue angle of 191º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F707B is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB63112123-
CMYK0.490.0900.52
HSL191º32.26%36.47%-
HSV(B)191º48.78%48.24%-
XYZ11.4214.0820.85-
YUV98.6141.77102.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.14%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 123 (48.44% from 255) = 41.28%
R=21.14%
G=37.58%
B=41.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal631121230.490.0900.5219132.2636.47
Hex3F707B319034bf2024
Octal7716017361110642774044
Binary111111111000011110111100011001011010010111111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,112,123); }

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

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

 a { background-color: rgb(63,112,123); }

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

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

 span { border-color: rgb(63,112,123); }

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