#3E5F71

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

Shades of Blumine #3E5F71

Tints of Blumine #3E5F71

Color information

#3E5F71 (or 0x3E5F71) is unknown color: approx Blumine. HEX triplet: 3E, 5F and 71. RGB value is (62,95,113). Sum of RGB (Red+Green+Blue) = 62+95+113=270 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.96% from 270); Green value is 95 (37.5% from 255 or 35.19% 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 #3E5F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5F71 is #C1A08E. Grayscale: #575757. Windows color (decimal): -12689551 or 7429950. OLE color: 7429950.

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

Color convert

RGB6295113-
CMYK0.450.1600.56
HSL201.18º29.14%34.31%-
HSV(B)201.18º45.13%44.31%-
XYZ9.0610.417.15-
YUV87.18142.57110.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.96%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=22.96%
G=35.19%
B=41.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62951130.450.1600.56201.1829.1434.31
Hex3E5F712D10038c91d22
Octal7613716155200703113542
Binary111110101111111100011011011000001110001100100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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