Html Css Color HEX #3C5C72 Matisse

📋 copy color: '#3C5C72'

red 60 ◦ green 92 ◦ blue 114

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

Shades of Matisse #3C5C72

Tints of Matisse #3C5C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 22.56%
G = 34.59%
B = 42.86%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C5C72 (or 0x3C5C72) is known color: Matisse. HEX triplet: 3C, 5C and 72. RGB value is (60,92,114). Sum of RGB (Red+Green+Blue) = 60+92+114=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C5C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5C72 is #C3A38D. Grayscale: #545454. Windows color (decimal): -12821390 or 7494716. OLE color: 7494716.

HSL color Cylindrical-coordinate representation of color #3C5C72: hue angle of 204.44º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C5C72 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 92 114 -
CMYK 0.47 0.19 0 0.55
HSL 204.44º 0.31% 0.34% -
HSV(B) 204.44º 0.47% 0.45% -
XYZ 8.73 9.83 17.36 -
YUV 84.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 60 92 114 0.47 0.19 0 0.55 204.44 0.31 0.34
Hex 3C 5C 72 2F 13 0 37 CC 1F 22
Octal 74 134 162 57 23 0 67 314 37 42
Binary 111100 1011100 1110010 101111 10011 0 110111 11001100 11111 100010

Color Harmonies of #3C5C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5C72

Black with #3C5C72

Text Example


Text Example

White with #3C5C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,92,114); }

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

background-color css

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

 a { background-color: rgb(60,92,114); }

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

border-color css

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

 span { border-color: rgb(60,92,114); }

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