#3E5E70

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

Shades of Blumine #3E5E70

Tints of Blumine #3E5E70

Color information

#3E5E70 (or 0x3E5E70) is unknown color: approx Blumine. HEX triplet: 3E, 5E and 70. RGB value is (62,94,112). Sum of RGB (Red+Green+Blue) = 62+94+112=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E5E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5E70 is #C1A18F. Grayscale: #565656. Windows color (decimal): -12689808 or 7364158. OLE color: 7364158.

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

Color convert

RGB6294112-
CMYK0.450.1600.56
HSL201.6º28.74%34.12%-
HSV(B)201.6º44.64%43.92%-
XYZ8.9110.216.83-
YUV86.48142.4110.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.13%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=23.13%
G=35.07%
B=41.79%

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
Decimal62941120.450.1600.56201.628.7434.12
Hex3E5E702D10038ca1d22
Octal7613616055200703123542
Binary111110101111011100001011011000001110001100101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,94,112); }

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

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

 a { background-color: rgb(62,94,112); }

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

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

 span { border-color: rgb(62,94,112); }

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