#3F6170

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

Shades of Blumine #3F6170

Tints of Blumine #3F6170

Color information

#3F6170 (or 0x3F6170) is unknown color: approx Blumine. HEX triplet: 3F, 61 and 70. RGB value is (63,97,112). Sum of RGB (Red+Green+Blue) = 63+97+112=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F6170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6170 is #C09E8F. Grayscale: #585858. Windows color (decimal): -12623504 or 7364927. OLE color: 7364927.

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

Color convert

RGB6397112-
CMYK0.440.1300.56
HSL198.37º28%34.31%-
HSV(B)198.37º43.75%43.92%-
XYZ9.2510.7816.92-
YUV88.54141.24109.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=23.16%
G=35.66%
B=41.18%

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
Decimal63971120.440.1300.56198.372834.31
Hex3F61702CD038c61c22
Octal7714116054150703063442
Binary11111111000011110000101100110101110001100011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,112); }

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

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

 a { background-color: rgb(63,97,112); }

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

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

 span { border-color: rgb(63,97,112); }

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