#3F6275

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

Shades of Bismark #3F6275

Tints of Bismark #3F6275

Color information

#3F6275 (or 0x3F6275) is unknown color: approx Bismark. HEX triplet: 3F, 62 and 75. RGB value is (63,98,117). Sum of RGB (Red+Green+Blue) = 63+98+117=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F6275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6275 is #C09D8A. Grayscale: #595959. Windows color (decimal): -12623243 or 7692863. OLE color: 7692863.

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

Color convert

RGB6398117-
CMYK0.460.1600.54
HSL201.11º30%35.29%-
HSV(B)201.11º46.15%45.88%-
XYZ9.6311.0818.46-
YUV89.7143.4108.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=22.66%
G=35.25%
B=42.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63981170.460.1600.54201.113035.29
Hex3F62752E10036c91e23
Octal7714216556200663113643
Binary111111110001011101011011101000001101101100100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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