Html Css Color HEX #3C5877 Matisse

📋 copy color: '#3C5877'

red 60 ◦ green 88 ◦ blue 119

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

Shades of Matisse #3C5877

Tints of Matisse #3C5877

RGB

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

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

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

R = 22.47%
G = 32.96%
B = 44.57%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C5877 (or 0x3C5877) is known color: Matisse. HEX triplet: 3C, 58 and 77. RGB value is (60,88,119). Sum of RGB (Red+Green+Blue) = 60+88+119=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C5877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5877 is #C3A788. Grayscale: #535353. Windows color (decimal): -12822409 or 7821372. OLE color: 7821372.

HSL color Cylindrical-coordinate representation of color #3C5877: hue angle of 211.53º 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 #3C5877 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 88 119 -
CMYK 0.50 0.26 0 0.53
HSL 211.53º 0.33% 0.35% -
HSV(B) 211.53º 0.5% 0.47% -
XYZ 8.68 9.27 18.78 -
YUV 83.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 60 88 119 0.50 0.26 0 0.53 211.53 0.33 0.35
Hex 3C 58 77 32 1A 0 35 D4 21 23
Octal 74 130 167 62 32 0 65 324 41 43
Binary 111100 1011000 1110111 110010 11010 0 110101 11010100 100001 100011

Color Harmonies of #3C5877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5877

Black with #3C5877

Text Example


Text Example

White with #3C5877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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