Html Css Color HEX #405E71 Blumine

📋 copy color: '#405E71'

red 64 ◦ green 94 ◦ blue 113

#405E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #405E71

Tints of Blumine #405E71

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.7%

R = 23.62%
G = 34.69%
B = 41.7%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#405E71 (or 0x405E71) is known color: 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

RGB 64 94 113 -
CMYK 0.43 0.17 0 0.56
HSL 203.27º 0.28% 0.35% -
HSV(B) 203.27º 0.43% 0.44% -
XYZ 9.1 10.29 17.13 -
YUV 87.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 64 94 113 0.43 0.17 0 0.56 203.27 0.28 0.35
Hex 40 5E 71 2B 11 0 38 CB 1C 23
Octal 100 136 161 53 21 0 70 313 34 43
Binary 1000000 1011110 1110001 101011 10001 0 111000 11001011 11100 100011

Color Harmonies of #405E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405E71

Black with #405E71

Text Example


Text Example

White with #405E71

Text Example


Text Example

HTML Codes & Css Web 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>