Html Css Color HEX #405E88 Matisse

📋 copy color: '#405E88'

red 64 ◦ green 94 ◦ blue 136

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

Shades of Matisse #405E88

Tints of Matisse #405E88

RGB

 RED value IS 64 (25.39% from 255) = 21.77%

 GREEN value IS 94 (37.11% from 255) = 31.97%

 BLUE value IS 136 (53.52% from 255) = 46.26%

R = 21.77%
G = 31.97%
B = 46.26%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#405E88 (or 0x405E88) is known color: Matisse. HEX triplet: 40, 5E and 88. RGB value is (64,94,136). Sum of RGB (Red+Green+Blue) = 64+94+136=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #405E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405E88 is #BFA177. Grayscale: #595959. Windows color (decimal): -12558712 or 8937024. OLE color: 8937024.

HSL color Cylindrical-coordinate representation of color #405E88: hue angle of 215º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #405E88 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 94 136 -
CMYK 0.53 0.31 0 0.47
HSL 215º 0.36% 0.39% -
HSV(B) 215º 0.53% 0.53% -
XYZ 10.56 10.87 24.83 -
YUV 89.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 64 94 136 0.53 0.31 0 0.47 215 0.36 0.39
Hex 40 5E 88 35 1F 0 2F D7 24 27
Octal 100 136 210 65 37 0 57 327 44 47
Binary 1000000 1011110 10001000 110101 11111 0 101111 11010111 100100 100111

Color Harmonies of #405E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405E88

Black with #405E88

Text Example


Text Example

White with #405E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #405E88;
 }
 .AnyTagClassName
 {
   color: #405E88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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