Html Css Color HEX #415E87 Matisse

📋 copy color: '#415E87'

red 65 ◦ green 94 ◦ blue 135

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

Shades of Matisse #415E87

Tints of Matisse #415E87

RGB

 RED value IS 65 (25.78% from 255) = 22.11%

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

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

R = 22.11%
G = 31.97%
B = 45.92%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#415E87 (or 0x415E87) is known color: Matisse. HEX triplet: 41, 5E and 87. RGB value is (65,94,135). Sum of RGB (Red+Green+Blue) = 65+94+135=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 94 (37.11% from 255 or 31.97% 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 #415E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415E87 is #BEA178. Grayscale: #595959. Windows color (decimal): -12493177 or 8871489. OLE color: 8871489.

HSL color Cylindrical-coordinate representation of color #415E87: hue angle of 215.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #415E87 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 94 135 -
CMYK 0.52 0.30 0 0.47
HSL 215.14º 0.35% 0.39% -
HSV(B) 215.14º 0.52% 0.53% -
XYZ 10.56 10.88 24.47 -
YUV 90 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 65 94 135 0.52 0.30 0 0.47 215.14 0.35 0.39
Hex 41 5E 87 34 1E 0 2F D7 23 27
Octal 101 136 207 64 36 0 57 327 43 47
Binary 1000001 1011110 10000111 110100 11110 0 101111 11010111 100011 100111

Color Harmonies of #415E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415E87

Black with #415E87

Text Example


Text Example

White with #415E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415E87; }

 p { color: rgb(65,94,135); }

 H1.HeaderClassName
 {
   color: #415E87;
 }
 .AnyTagClassName
 {
   color: #415E87;
 }
</style>

background-color css

<style>
 a { background-color: #415E87; }

 a { background-color: rgb(65,94,135); }

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

border-color css

<style>
 span { border-color: #415E87; }

 span { border-color: rgb(65,94,135); }

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