Html Css Color HEX #3C556F Matisse

📋 copy color: '#3C556F'

red 60 ◦ green 85 ◦ blue 111

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

Shades of Matisse #3C556F

Tints of Matisse #3C556F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.2%

 BLUE value IS 111 (43.75% from 255) = 43.36%

R = 23.44%
G = 33.2%
B = 43.36%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C556F (or 0x3C556F) is known color: Matisse. HEX triplet: 3C, 55 and 6F. RGB value is (60,85,111). Sum of RGB (Red+Green+Blue) = 60+85+111=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C556F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C556F is #C3AA90. Grayscale: #505050. Windows color (decimal): -12823185 or 7296316. OLE color: 7296316.

HSL color Cylindrical-coordinate representation of color #3C556F: hue angle of 210.59º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C556F is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 85 111 -
CMYK 0.46 0.23 0 0.56
HSL 210.59º 0.3% 0.34% -
HSV(B) 210.59º 0.46% 0.44% -
XYZ 7.98 8.61 16.28 -
YUV 80.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 60 85 111 0.46 0.23 0 0.56 210.59 0.3 0.34
Hex 3C 55 6F 2E 17 0 38 D3 1E 22
Octal 74 125 157 56 27 0 70 323 36 42
Binary 111100 1010101 1101111 101110 10111 0 111000 11010011 11110 100010

Color Harmonies of #3C556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C556F

Black with #3C556F

Text Example


Text Example

White with #3C556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,85,111); }

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

background-color css

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

 a { background-color: rgb(60,85,111); }

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

border-color css

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

 span { border-color: rgb(60,85,111); }

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