#3F5E70

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

Shades of Blumine #3F5E70

Tints of Blumine #3F5E70

Color information

#3F5E70 (or 0x3F5E70) is unknown color: approx Blumine. HEX triplet: 3F, 5E and 70. RGB value is (63,94,112). Sum of RGB (Red+Green+Blue) = 63+94+112=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F5E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5E70 is #C0A18F. Grayscale: #565656. Windows color (decimal): -12624272 or 7364159. OLE color: 7364159.

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

Color convert

RGB6394112-
CMYK0.440.1600.56
HSL202.04º28%34.31%-
HSV(B)202.04º43.75%43.92%-
XYZ8.9810.2316.83-
YUV86.78142.23111.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.42%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=23.42%
G=34.94%
B=41.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63941120.440.1600.56202.042834.31
Hex3F5E702C10038ca1c22
Octal7713616054200703123442
Binary111111101111011100001011001000001110001100101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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