Html Css Color HEX #3A6181 Matisse

📋 copy color: '#3A6181'

red 58 ◦ green 97 ◦ blue 129

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

Shades of Matisse #3A6181

Tints of Matisse #3A6181

RGB

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

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

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

R = 20.42%
G = 34.15%
B = 45.42%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3A6181 (or 0x3A6181) is known color: Matisse. HEX triplet: 3A, 61 and 81. RGB value is (58,97,129). Sum of RGB (Red+Green+Blue) = 58+97+129=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A6181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6181 is #C59E7E. Grayscale: #585858. Windows color (decimal): -12951167 or 8479034. OLE color: 8479034.

HSL color Cylindrical-coordinate representation of color #3A6181: hue angle of 207.04º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A6181 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 97 129 -
CMYK 0.55 0.25 0 0.49
HSL 207.04º 0.38% 0.37% -
HSV(B) 207.04º 0.55% 0.51% -
XYZ 9.98 11.03 22.37 -
YUV 88.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 58 97 129 0.55 0.25 0 0.49 207.04 0.38 0.37
Hex 3A 61 81 37 19 0 31 CF 26 25
Octal 72 141 201 67 31 0 61 317 46 45
Binary 111010 1100001 10000001 110111 11001 0 110001 11001111 100110 100101

Color Harmonies of #3A6181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6181

Black with #3A6181

Text Example


Text Example

White with #3A6181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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