#3F6478

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

Shades of Bismark #3F6478

Tints of Bismark #3F6478

Color information

#3F6478 (or 0x3F6478) is unknown color: approx Bismark. HEX triplet: 3F, 64 and 78. RGB value is (63,100,120). Sum of RGB (Red+Green+Blue) = 63+100+120=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F6478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6478 is #C09B87. Grayscale: #5B5B5B. Windows color (decimal): -12622728 or 7889983. OLE color: 7889983.

HSL color Cylindrical-coordinate representation of color #3F6478: hue angle of 201.05º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F6478 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB63100120-
CMYK0.480.1700.53
HSL201.05º31.15%35.88%-
HSV(B)201.05º47.5%47.06%-
XYZ1011.5319.47-
YUV91.22144.24107.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=22.26%
G=35.34%
B=42.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631001200.480.1700.53201.0531.1535.88
Hex3F64783011035c91f24
Octal7714417060210653113744
Binary111111110010011110001100001000101101011100100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,100,120); }

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

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

 a { background-color: rgb(63,100,120); }

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

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

 span { border-color: rgb(63,100,120); }

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