#3F657C

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

Shades of Bismark #3F657C

Tints of Bismark #3F657C

Color information

#3F657C (or 0x3F657C) is unknown color: approx Bismark. HEX triplet: 3F, 65 and 7C. RGB value is (63,101,124). Sum of RGB (Red+Green+Blue) = 63+101+124=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F657C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F657C is #C09A83. Grayscale: #5C5C5C. Windows color (decimal): -12622468 or 8152383. OLE color: 8152383.

HSL color Cylindrical-coordinate representation of color #3F657C: hue angle of 202.62º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F657C is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB63101124-
CMYK0.490.1900.51
HSL202.62º32.62%36.67%-
HSV(B)202.62º49.19%48.63%-
XYZ10.3411.8220.81-
YUV92.26145.91107.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 101 (39.84% from 255) = 35.07%
BLUE value IS 124 (48.83% from 255) = 43.06%
R=21.88%
G=35.07%
B=43.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631011240.490.1900.51202.6232.6236.67
Hex3F657C3113033cb2125
Octal7714517461230633134145
Binary1111111100101111110011000110011011001111001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,101,124); }

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

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

 a { background-color: rgb(63,101,124); }

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

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

 span { border-color: rgb(63,101,124); }

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