#3F6274

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

Shades of Bismark #3F6274

Tints of Bismark #3F6274

Color information

#3F6274 (or 0x3F6274) is unknown color: approx Bismark. HEX triplet: 3F, 62 and 74. RGB value is (63,98,116). Sum of RGB (Red+Green+Blue) = 63+98+116=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F6274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6274 is #C09D8B. Grayscale: #595959. Windows color (decimal): -12623244 or 7627327. OLE color: 7627327.

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

Color convert

RGB6398116-
CMYK0.460.1600.55
HSL200.38º29.61%35.1%-
HSV(B)200.38º45.69%45.49%-
XYZ9.5711.0518.15-
YUV89.59142.9109.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.74%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 116 (45.70% from 255) = 41.88%
R=22.74%
G=35.38%
B=41.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63981160.460.1600.55200.3829.6135.1
Hex3F62742E10037c81e23
Octal7714216456200673103643
Binary111111110001011101001011101000001101111100100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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