Html Css Color HEX #3C6181 Matisse

📋 copy color: '#3C6181'

red 60 ◦ green 97 ◦ blue 129

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

Shades of Matisse #3C6181

Tints of Matisse #3C6181

RGB

 RED value IS 60 (23.83% from 255) = 20.98%

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

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

R = 20.98%
G = 33.92%
B = 45.1%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C6181 (or 0x3C6181) is known color: Matisse. HEX triplet: 3C, 61 and 81. RGB value is (60,97,129). Sum of RGB (Red+Green+Blue) = 60+97+129=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C6181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6181 is #C39E7E. Grayscale: #595959. Windows color (decimal): -12820095 or 8479036. OLE color: 8479036.

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

Color convert

RGB 60 97 129 -
CMYK 0.53 0.25 0 0.49
HSL 207.83º 0.37% 0.37% -
HSV(B) 207.83º 0.53% 0.51% -
XYZ 10.1 11.1 22.38 -
YUV 89.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 60 97 129 0.53 0.25 0 0.49 207.83 0.37 0.37
Hex 3C 61 81 35 19 0 31 D0 25 25
Octal 74 141 201 65 31 0 61 320 45 45
Binary 111100 1100001 10000001 110101 11001 0 110001 11010000 100101 100101

Color Harmonies of #3C6181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6181

Black with #3C6181

Text Example


Text Example

White with #3C6181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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