#3F5E71

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

Shades of Blumine #3F5E71

Tints of Blumine #3F5E71

Color information

#3F5E71 (or 0x3F5E71) is unknown color: approx Blumine. HEX triplet: 3F, 5E and 71. RGB value is (63,94,113). Sum of RGB (Red+Green+Blue) = 63+94+113=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F5E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5E71 is #C0A18E. Grayscale: #565656. Windows color (decimal): -12624271 or 7429695. OLE color: 7429695.

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

Color convert

RGB6394113-
CMYK0.440.1700.56
HSL202.8º28.41%34.51%-
HSV(B)202.8º44.25%44.31%-
XYZ9.0310.2517.13-
YUV86.9142.73110.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.33%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=23.33%
G=34.81%
B=41.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63941130.440.1700.56202.828.4134.51
Hex3F5E712C11038cb1c23
Octal7713616154210703133443
Binary111111101111011100011011001000101110001100101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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