#3E6271

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

Shades of Blumine #3E6271

Tints of Blumine #3E6271

Color information

#3E6271 (or 0x3E6271) is unknown color: approx Blumine. HEX triplet: 3E, 62 and 71. RGB value is (62,98,113). Sum of RGB (Red+Green+Blue) = 62+98+113=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E6271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6271 is #C19D8E. Grayscale: #585858. Windows color (decimal): -12688783 or 7430718. OLE color: 7430718.

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

Color convert

RGB6298113-
CMYK0.450.1300.56
HSL197.65º29.14%34.31%-
HSV(B)197.65º45.13%44.31%-
XYZ9.3310.9517.24-
YUV88.95141.57108.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.71%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=22.71%
G=35.90%
B=41.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62981130.450.1300.56197.6529.1434.31
Hex3E62712DD038c61d22
Octal7614216155150703063542
Binary11111011000101110001101101110101110001100011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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