Html Css Color HEX #3A6287 Matisse

📋 copy color: '#3A6287'

red 58 ◦ green 98 ◦ blue 135

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

Shades of Matisse #3A6287

Tints of Matisse #3A6287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.68%

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

R = 19.93%
G = 33.68%
B = 46.39%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3A6287 (or 0x3A6287) is known color: Matisse. HEX triplet: 3A, 62 and 87. RGB value is (58,98,135). Sum of RGB (Red+Green+Blue) = 58+98+135=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A6287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6287 is #C59D78. Grayscale: #5A5A5A. Windows color (decimal): -12950905 or 8872506. OLE color: 8872506.

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

Color convert

RGB 58 98 135 -
CMYK 0.57 0.27 0 0.47
HSL 208.83º 0.4% 0.38% -
HSV(B) 208.83º 0.57% 0.53% -
XYZ 10.49 11.38 24.57 -
YUV 90.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 58 98 135 0.57 0.27 0 0.47 208.83 0.4 0.38
Hex 3A 62 87 39 1B 0 2F D1 28 26
Octal 72 142 207 71 33 0 57 321 50 46
Binary 111010 1100010 10000111 111001 11011 0 101111 11010001 101000 100110

Color Harmonies of #3A6287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6287

Black with #3A6287

Text Example


Text Example

White with #3A6287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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