#3F6574

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

Shades of Bismark #3F6574

Tints of Bismark #3F6574

Color information

#3F6574 (or 0x3F6574) is unknown color: approx Bismark. HEX triplet: 3F, 65 and 74. RGB value is (63,101,116). Sum of RGB (Red+Green+Blue) = 63+101+116=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F6574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6574 is #C09A8B. Grayscale: #5B5B5B. Windows color (decimal): -12622476 or 7628095. OLE color: 7628095.

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

Color convert

RGB63101116-
CMYK0.460.1300.55
HSL196.98º29.61%35.1%-
HSV(B)196.98º45.69%45.49%-
XYZ9.8611.6318.25-
YUV91.35141.91107.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.5%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=22.5%
G=36.07%
B=41.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631011160.460.1300.55196.9829.6135.1
Hex3F65742ED037c51e23
Octal7714516456150673053643
Binary11111111001011110100101110110101101111100010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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