#405E71

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

Shades of Blumine #405E71

Tints of Blumine #405E71

Color information

#405E71 (or 0x405E71) is unknown color: approx Blumine. HEX triplet: 40, 5E and 71. RGB value is (64,94,113). Sum of RGB (Red+Green+Blue) = 64+94+113=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #405E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E71 is #BFA18E. Grayscale: #575757. Windows color (decimal): -12558735 or 7429696. OLE color: 7429696.

HSL color Cylindrical-coordinate representation of color #405E71: hue angle of 203.27º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405E71 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6494113-
CMYK0.430.1700.56
HSL203.27º27.68%34.71%-
HSV(B)203.27º43.36%44.31%-
XYZ9.110.2917.13-
YUV87.2142.56111.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=23.62%
G=34.69%
B=41.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64941130.430.1700.56203.2727.6834.71
Hex405E712B11038cb1c23
Octal10013616153210703133443
Binary1000000101111011100011010111000101110001100101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405E71; }

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

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

<style>
 a { background-color: #405E71; }

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

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

<style>
 span { border-color: #405E71; }

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

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