Html Css Color HEX #3C6182 Matisse

📋 copy color: '#3C6182'

red 60 ◦ green 97 ◦ blue 130

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

Shades of Matisse #3C6182

Tints of Matisse #3C6182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 20.91%
G = 33.8%
B = 45.3%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C6182 (or 0x3C6182) is known color: Matisse. HEX triplet: 3C, 61 and 82. RGB value is (60,97,130). Sum of RGB (Red+Green+Blue) = 60+97+130=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C6182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6182 is #C39E7D. Grayscale: #595959. Windows color (decimal): -12820094 or 8544572. OLE color: 8544572.

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

Color convert

RGB 60 97 130 -
CMYK 0.54 0.25 0 0.49
HSL 208.29º 0.37% 0.37% -
HSV(B) 208.29º 0.54% 0.51% -
XYZ 10.17 11.12 22.73 -
YUV 89.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 60 97 130 0.54 0.25 0 0.49 208.29 0.37 0.37
Hex 3C 61 82 36 19 0 31 D0 25 25
Octal 74 141 202 66 31 0 61 320 45 45
Binary 111100 1100001 10000010 110110 11001 0 110001 11010000 100101 100101

Color Harmonies of #3C6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6182

Black with #3C6182

Text Example


Text Example

White with #3C6182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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