#3F6672

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

Shades of Bismark #3F6672

Tints of Bismark #3F6672

Color information

#3F6672 (or 0x3F6672) is unknown color: approx Bismark. HEX triplet: 3F, 66 and 72. RGB value is (63,102,114). Sum of RGB (Red+Green+Blue) = 63+102+114=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F6672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6672 is #C0998D. Grayscale: #5B5B5B. Windows color (decimal): -12622222 or 7497279. OLE color: 7497279.

HSL color Cylindrical-coordinate representation of color #3F6672: hue angle of 194.12º 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 #3F6672 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB63102114-
CMYK0.450.1100.55
HSL194.12º28.81%34.71%-
HSV(B)194.12º44.74%44.71%-
XYZ9.8411.7717.67-
YUV91.71140.58107.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=22.58%
G=36.56%
B=40.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631021140.450.1100.55194.1228.8134.71
Hex3F66722DB037c21d23
Octal7714616255130673023543
Binary11111111001101110010101101101101101111100001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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