Html Css Color HEX #405C81 Matisse

📋 copy color: '#405C81'

red 64 ◦ green 92 ◦ blue 129

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

Shades of Matisse #405C81

Tints of Matisse #405C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

 BLUE value IS 129 (50.78% from 255) = 45.26%

R = 22.46%
G = 32.28%
B = 45.26%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#405C81 (or 0x405C81) is known color: Matisse. HEX triplet: 40, 5C and 81. RGB value is (64,92,129). Sum of RGB (Red+Green+Blue) = 64+92+129=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #405C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405C81 is #BFA37E. Grayscale: #575757. Windows color (decimal): -12559231 or 8477760. OLE color: 8477760.

HSL color Cylindrical-coordinate representation of color #405C81: hue angle of 214.15º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #405C81 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 92 129 -
CMYK 0.50 0.29 0 0.49
HSL 214.15º 0.34% 0.38% -
HSV(B) 214.15º 0.5% 0.51% -
XYZ 9.9 10.33 22.24 -
YUV 87.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 64 92 129 0.50 0.29 0 0.49 214.15 0.34 0.38
Hex 40 5C 81 32 1D 0 31 D6 22 26
Octal 100 134 201 62 35 0 61 326 42 46
Binary 1000000 1011100 10000001 110010 11101 0 110001 11010110 100010 100110

Color Harmonies of #405C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405C81

Black with #405C81

Text Example


Text Example

White with #405C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,92,129); }

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

background-color css

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

 a { background-color: rgb(64,92,129); }

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

border-color css

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

 span { border-color: rgb(64,92,129); }

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