Html Css Color HEX #405F87 Matisse

📋 copy color: '#405F87'

red 64 ◦ green 95 ◦ blue 135

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

Shades of Matisse #405F87

Tints of Matisse #405F87

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.31%

 BLUE value IS 135 (53.13% from 255) = 45.92%

R = 21.77%
G = 32.31%
B = 45.92%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#405F87 (or 0x405F87) is known color: Matisse. HEX triplet: 40, 5F and 87. RGB value is (64,95,135). Sum of RGB (Red+Green+Blue) = 64+95+135=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #405F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F87 is #BFA078. Grayscale: #5A5A5A. Windows color (decimal): -12558457 or 8871744. OLE color: 8871744.

HSL color Cylindrical-coordinate representation of color #405F87: hue angle of 213.8º 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 #405F87 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 95 135 -
CMYK 0.53 0.30 0 0.47
HSL 213.8º 0.36% 0.39% -
HSV(B) 213.8º 0.53% 0.53% -
XYZ 10.58 11.02 24.49 -
YUV 90.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 64 95 135 0.53 0.30 0 0.47 213.8 0.36 0.39
Hex 40 5F 87 35 1E 0 2F D6 24 27
Octal 100 137 207 65 36 0 57 326 44 47
Binary 1000000 1011111 10000111 110101 11110 0 101111 11010110 100100 100111

Color Harmonies of #405F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F87

Black with #405F87

Text Example


Text Example

White with #405F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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