#3F6675

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

Shades of Bismark #3F6675

Tints of Bismark #3F6675

Color information

#3F6675 (or 0x3F6675) is unknown color: approx Bismark. HEX triplet: 3F, 66 and 75. RGB value is (63,102,117). Sum of RGB (Red+Green+Blue) = 63+102+117=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F6675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6675 is #C0998A. Grayscale: #5B5B5B. Windows color (decimal): -12622219 or 7693887. OLE color: 7693887.

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

Color convert

RGB63102117-
CMYK0.460.1300.54
HSL196.67º30%35.29%-
HSV(B)196.67º46.15%45.88%-
XYZ10.0111.8418.59-
YUV92.05142.08107.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.34%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=22.34%
G=36.17%
B=41.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal631021170.460.1300.54196.673035.29
Hex3F66752ED036c51e23
Octal7714616556150663053643
Binary11111111001101110101101110110101101101100010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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