#405F70

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

Shades of Blumine #405F70

Tints of Blumine #405F70

Color information

#405F70 (or 0x405F70) is unknown color: approx Blumine. HEX triplet: 40, 5F and 70. RGB value is (64,95,112). Sum of RGB (Red+Green+Blue) = 64+95+112=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #405F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F70 is #BFA08F. Grayscale: #575757. Windows color (decimal): -12558480 or 7364416. OLE color: 7364416.

HSL color Cylindrical-coordinate representation of color #405F70: hue angle of 201.25º degrees, saturation: 0.27, 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 #405F70 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6495112-
CMYK0.430.1500.56
HSL201.25º27.27%34.51%-
HSV(B)201.25º42.86%43.92%-
XYZ9.1310.4416.86-
YUV87.67141.73111.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 95 (37.5% from 255) = 35.06%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=23.62%
G=35.06%
B=41.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64951120.430.1500.56201.2527.2734.51
Hex405F702BF038c91b23
Octal10013716053170703113343
Binary100000010111111110000101011111101110001100100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,95,112); }

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

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

 a { background-color: rgb(64,95,112); }

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

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

 span { border-color: rgb(64,95,112); }

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