Html Css Color HEX #3C5870 Matisse

📋 copy color: '#3C5870'

red 60 ◦ green 88 ◦ blue 112

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

Shades of Matisse #3C5870

Tints of Matisse #3C5870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.85%

 BLUE value IS 112 (44.14% from 255) = 43.08%

R = 23.08%
G = 33.85%
B = 43.08%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C5870 (or 0x3C5870) is known color: Matisse. HEX triplet: 3C, 58 and 70. RGB value is (60,88,112). Sum of RGB (Red+Green+Blue) = 60+88+112=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5870 is #C3A78F. Grayscale: #525252. Windows color (decimal): -12822416 or 7362620. OLE color: 7362620.

HSL color Cylindrical-coordinate representation of color #3C5870: hue angle of 207.69º 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 #3C5870 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 88 112 -
CMYK 0.46 0.21 0 0.56
HSL 207.69º 0.3% 0.34% -
HSV(B) 207.69º 0.46% 0.44% -
XYZ 8.28 9.11 16.65 -
YUV 82.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 60 88 112 0.46 0.21 0 0.56 207.69 0.3 0.34
Hex 3C 58 70 2E 15 0 38 D0 1E 22
Octal 74 130 160 56 25 0 70 320 36 42
Binary 111100 1011000 1110000 101110 10101 0 111000 11010000 11110 100010

Color Harmonies of #3C5870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5870

Black with #3C5870

Text Example


Text Example

White with #3C5870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,88,112); }

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

background-color css

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

 a { background-color: rgb(60,88,112); }

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

border-color css

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

 span { border-color: rgb(60,88,112); }

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