#3F6374

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

Shades of Bismark #3F6374

Tints of Bismark #3F6374

Color information

#3F6374 (or 0x3F6374) is unknown color: approx Bismark. HEX triplet: 3F, 63 and 74. RGB value is (63,99,116). Sum of RGB (Red+Green+Blue) = 63+99+116=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F6374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6374 is #C09C8B. Grayscale: #5A5A5A. Windows color (decimal): -12622988 or 7627583. OLE color: 7627583.

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

Color convert

RGB6399116-
CMYK0.460.1500.55
HSL199.25º29.61%35.1%-
HSV(B)199.25º45.69%45.49%-
XYZ9.6611.2418.18-
YUV90.17142.57108.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 116 (45.70% from 255) = 41.73%
R=22.66%
G=35.61%
B=41.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63991160.460.1500.55199.2529.6135.1
Hex3F63742EF037c71e23
Octal7714316456170673073643
Binary11111111000111110100101110111101101111100011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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