Html Css Color HEX #3A6487 Matisse

📋 copy color: '#3A6487'

red 58 ◦ green 100 ◦ blue 135

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

Shades of Matisse #3A6487

Tints of Matisse #3A6487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.13%

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

R = 19.8%
G = 34.13%
B = 46.08%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A6487 (or 0x3A6487) is known color: Matisse. HEX triplet: 3A, 64 and 87. RGB value is (58,100,135). Sum of RGB (Red+Green+Blue) = 58+100+135=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A6487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6487 is #C59B78. Grayscale: #5B5B5B. Windows color (decimal): -12950393 or 8873018. OLE color: 8873018.

HSL color Cylindrical-coordinate representation of color #3A6487: hue angle of 207.27º 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 #3A6487 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 100 135 -
CMYK 0.57 0.26 0 0.47
HSL 207.27º 0.4% 0.38% -
HSV(B) 207.27º 0.57% 0.53% -
XYZ 10.68 11.76 24.63 -
YUV 91.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 58 100 135 0.57 0.26 0 0.47 207.27 0.4 0.38
Hex 3A 64 87 39 1A 0 2F CF 28 26
Octal 72 144 207 71 32 0 57 317 50 46
Binary 111010 1100100 10000111 111001 11010 0 101111 11001111 101000 100110

Color Harmonies of #3A6487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6487

Black with #3A6487

Text Example


Text Example

White with #3A6487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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