Html Css Color HEX #3C5B77 Matisse

📋 copy color: '#3C5B77'

red 60 ◦ green 91 ◦ blue 119

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

Shades of Matisse #3C5B77

Tints of Matisse #3C5B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.7%

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 22.22%
G = 33.7%
B = 44.07%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C5B77 (or 0x3C5B77) is known color: Matisse. HEX triplet: 3C, 5B and 77. RGB value is (60,91,119). Sum of RGB (Red+Green+Blue) = 60+91+119=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C5B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5B77 is #C3A488. Grayscale: #545454. Windows color (decimal): -12821641 or 7822140. OLE color: 7822140.

HSL color Cylindrical-coordinate representation of color #3C5B77: hue angle of 208.47º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C5B77 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 91 119 -
CMYK 0.50 0.24 0 0.53
HSL 208.47º 0.33% 0.35% -
HSV(B) 208.47º 0.5% 0.47% -
XYZ 8.93 9.77 18.87 -
YUV 84.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 60 91 119 0.50 0.24 0 0.53 208.47 0.33 0.35
Hex 3C 5B 77 32 18 0 35 D0 21 23
Octal 74 133 167 62 30 0 65 320 41 43
Binary 111100 1011011 1110111 110010 11000 0 110101 11010000 100001 100011

Color Harmonies of #3C5B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5B77

Black with #3C5B77

Text Example


Text Example

White with #3C5B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,91,119); }

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

background-color css

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

 a { background-color: rgb(60,91,119); }

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

border-color css

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

 span { border-color: rgb(60,91,119); }

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