Html Css Color HEX #3C5874 Matisse

📋 copy color: '#3C5874'

red 60 ◦ green 88 ◦ blue 116

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

Shades of Matisse #3C5874

Tints of Matisse #3C5874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.94%

R = 22.73%
G = 33.33%
B = 43.94%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C5874 (or 0x3C5874) is known color: Matisse. HEX triplet: 3C, 58 and 74. RGB value is (60,88,116). Sum of RGB (Red+Green+Blue) = 60+88+116=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C5874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5874 is #C3A78B. Grayscale: #525252. Windows color (decimal): -12822412 or 7624764. OLE color: 7624764.

HSL color Cylindrical-coordinate representation of color #3C5874: hue angle of 210º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C5874 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 88 116 -
CMYK 0.48 0.24 0 0.55
HSL 210º 0.32% 0.35% -
HSV(B) 210º 0.48% 0.45% -
XYZ 8.51 9.2 17.85 -
YUV 82.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 60 88 116 0.48 0.24 0 0.55 210 0.32 0.35
Hex 3C 58 74 30 18 0 37 D2 20 23
Octal 74 130 164 60 30 0 67 322 40 43
Binary 111100 1011000 1110100 110000 11000 0 110111 11010010 100000 100011

Color Harmonies of #3C5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5874

Black with #3C5874

Text Example


Text Example

White with #3C5874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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