Html Css Color HEX #3C5976 Matisse

📋 copy color: '#3C5976'

red 60 ◦ green 89 ◦ blue 118

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

Shades of Matisse #3C5976

Tints of Matisse #3C5976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.33%

 BLUE value IS 118 (46.48% from 255) = 44.19%

R = 22.47%
G = 33.33%
B = 44.19%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C5976 (or 0x3C5976) is known color: Matisse. HEX triplet: 3C, 59 and 76. RGB value is (60,89,118). Sum of RGB (Red+Green+Blue) = 60+89+118=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C5976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5976 is #C3A689. Grayscale: #535353. Windows color (decimal): -12822154 or 7756092. OLE color: 7756092.

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

Color convert

RGB 60 89 118 -
CMYK 0.49 0.25 0 0.54
HSL 210º 0.33% 0.35% -
HSV(B) 210º 0.49% 0.46% -
XYZ 8.71 9.41 18.5 -
YUV 83.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 60 89 118 0.49 0.25 0 0.54 210 0.33 0.35
Hex 3C 59 76 31 19 0 36 D2 21 23
Octal 74 131 166 61 31 0 66 322 41 43
Binary 111100 1011001 1110110 110001 11001 0 110110 11010010 100001 100011

Color Harmonies of #3C5976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5976

Black with #3C5976

Text Example


Text Example

White with #3C5976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,89,118); }

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

background-color css

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

 a { background-color: rgb(60,89,118); }

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

border-color css

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

 span { border-color: rgb(60,89,118); }

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