#3F667B

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

Shades of Bismark #3F667B

Tints of Bismark #3F667B

Color information

#3F667B (or 0x3F667B) is unknown color: approx Bismark. HEX triplet: 3F, 66 and 7B. RGB value is (63,102,123). Sum of RGB (Red+Green+Blue) = 63+102+123=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F667B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F667B is #C09984. Grayscale: #5C5C5C. Windows color (decimal): -12622213 or 8087103. OLE color: 8087103.

HSL color Cylindrical-coordinate representation of color #3F667B: hue angle of 201º 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 #3F667B is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB63102123-
CMYK0.490.1700.52
HSL201º32.26%36.47%-
HSV(B)201º48.78%48.24%-
XYZ10.3811.9920.51-
YUV92.73145.08106.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=21.88%
G=35.42%
B=42.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal631021230.490.1700.5220132.2636.47
Hex3F667B3111034c92024
Octal7714617361210643114044
Binary1111111100110111101111000110001011010011001001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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