#3F6071

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

Shades of Blumine #3F6071

Tints of Blumine #3F6071

Color information

#3F6071 (or 0x3F6071) is unknown color: approx Blumine. HEX triplet: 3F, 60 and 71. RGB value is (63,96,113). Sum of RGB (Red+Green+Blue) = 63+96+113=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F6071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6071 is #C09F8E. Grayscale: #575757. Windows color (decimal): -12623759 or 7430207. OLE color: 7430207.

HSL color Cylindrical-coordinate representation of color #3F6071: hue angle of 200.4º 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 #3F6071 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6396113-
CMYK0.440.1500.56
HSL200.4º28.41%34.51%-
HSV(B)200.4º44.25%44.31%-
XYZ9.2110.6117.19-
YUV88.07142.07110.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=23.16%
G=35.29%
B=41.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63961130.440.1500.56200.428.4134.51
Hex3F60712CF038c81c23
Octal7714016154170703103443
Binary11111111000001110001101100111101110001100100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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