#3F6271

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

Shades of Blumine #3F6271

Tints of Blumine #3F6271

Color information

#3F6271 (or 0x3F6271) is unknown color: approx Blumine. HEX triplet: 3F, 62 and 71. RGB value is (63,98,113). Sum of RGB (Red+Green+Blue) = 63+98+113=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F6271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6271 is #C09D8E. Grayscale: #595959. Windows color (decimal): -12623247 or 7430719. OLE color: 7430719.

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

Color convert

RGB6398113-
CMYK0.440.1300.56
HSL198º28.41%34.51%-
HSV(B)198º44.25%44.31%-
XYZ9.410.9817.25-
YUV89.24141.4109.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.99%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=22.99%
G=35.77%
B=41.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63981130.440.1300.5619828.4134.51
Hex3F62712CD038c61c23
Octal7714216154150703063443
Binary11111111000101110001101100110101110001100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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