Html Css Color HEX #3A618C Matisse

📋 copy color: '#3A618C'

red 58 ◦ green 97 ◦ blue 140

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

Shades of Matisse #3A618C

Tints of Matisse #3A618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 19.66%
G = 32.88%
B = 47.46%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A618C (or 0x3A618C) is known color: Matisse. HEX triplet: 3A, 61 and 8C. RGB value is (58,97,140). Sum of RGB (Red+Green+Blue) = 58+97+140=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A618C is #C59E73. Grayscale: #5A5A5A. Windows color (decimal): -12951156 or 9199930. OLE color: 9199930.

HSL color Cylindrical-coordinate representation of color #3A618C: hue angle of 211.46º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A618C is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 97 140 -
CMYK 0.59 0.31 0 0.45
HSL 211.46º 0.41% 0.39% -
HSV(B) 211.46º 0.59% 0.55% -
XYZ 10.75 11.34 26.43 -
YUV 90.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 58 97 140 0.59 0.31 0 0.45 211.46 0.41 0.39
Hex 3A 61 8C 3B 1F 0 2D D3 29 27
Octal 72 141 214 73 37 0 55 323 51 47
Binary 111010 1100001 10001100 111011 11111 0 101101 11010011 101001 100111

Color Harmonies of #3A618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A618C

Black with #3A618C

Text Example


Text Example

White with #3A618C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,97,140); }

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

background-color css

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

 a { background-color: rgb(58,97,140); }

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

border-color css

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

 span { border-color: rgb(58,97,140); }

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