Html Css Color HEX #3A5E87 Matisse

📋 copy color: '#3A5E87'

red 58 ◦ green 94 ◦ blue 135

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

Shades of Matisse #3A5E87

Tints of Matisse #3A5E87

RGB

 RED value IS 58 (23.05% from 255) = 20.21%

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

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

R = 20.21%
G = 32.75%
B = 47.04%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A5E87 (or 0x3A5E87) is known color: Matisse. HEX triplet: 3A, 5E and 87. RGB value is (58,94,135). Sum of RGB (Red+Green+Blue) = 58+94+135=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A5E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5E87 is #C5A178. Grayscale: #575757. Windows color (decimal): -12951929 or 8871482. OLE color: 8871482.

HSL color Cylindrical-coordinate representation of color #3A5E87: hue angle of 211.95º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A5E87 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 94 135 -
CMYK 0.57 0.30 0 0.47
HSL 211.95º 0.4% 0.38% -
HSV(B) 211.95º 0.57% 0.53% -
XYZ 10.12 10.65 24.44 -
YUV 87.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 58 94 135 0.57 0.30 0 0.47 211.95 0.4 0.38
Hex 3A 5E 87 39 1E 0 2F D4 28 26
Octal 72 136 207 71 36 0 57 324 50 46
Binary 111010 1011110 10000111 111001 11110 0 101111 11010100 101000 100110

Color Harmonies of #3A5E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5E87

Black with #3A5E87

Text Example


Text Example

White with #3A5E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5E87; }

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

 H1.HeaderClassName
 {
   color: #3A5E87;
 }
 .AnyTagClassName
 {
   color: #3A5E87;
 }
</style>

background-color css

<style>
 a { background-color: #3A5E87; }

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

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

border-color css

<style>
 span { border-color: #3A5E87; }

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

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