#3C5875

Color #3C5875 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #3C5875

Tints of Matisse #3C5875

Color information

#3C5875 (or 0x3C5875) is unknown color: approx Matisse. HEX triplet: 3C, 58 and 75. RGB value is (60,88,117). Sum of RGB (Red+Green+Blue) = 60+88+117=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C5875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5875 is #C3A78A. Grayscale: #525252. Windows color (decimal): -12822411 or 7690300. OLE color: 7690300.

HSL color Cylindrical-coordinate representation of color #3C5875: hue angle of 210.53º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C5875 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6088117-
CMYK0.490.2500.54
HSL210.53º32.2%34.71%-
HSV(B)210.53º48.72%45.88%-
XYZ8.569.2218.16-
YUV82.93147.22111.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.64%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=22.64%
G=33.21%
B=44.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60881170.490.2500.54210.5332.234.71
Hex3C58753119036d32023
Octal7413016561310663234043
Binary1111001011000111010111000111001011011011010011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C5875;
 }
 .AnyTagClassName
 {
   color: #3C5875;
 }
</style>
background-color css

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

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

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

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

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

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