#3C6287

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

Shades of Matisse #3C6287

Tints of Matisse #3C6287

Color information

#3C6287 (or 0x3C6287) is unknown color: approx Matisse. HEX triplet: 3C, 62 and 87. RGB value is (60,98,135). Sum of RGB (Red+Green+Blue) = 60+98+135=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C6287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6287 is #C39D78. Grayscale: #5A5A5A. Windows color (decimal): -12819833 or 8872508. OLE color: 8872508.

HSL color Cylindrical-coordinate representation of color #3C6287: hue angle of 209.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C6287 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6098135-
CMYK0.560.2700.47
HSL209.6º38.46%38.24%-
HSV(B)209.6º55.56%52.94%-
XYZ10.611.4524.57-
YUV90.86152.91105.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.48%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=20.48%
G=33.45%
B=46.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60981350.560.2700.47209.638.4638.24
Hex3C6287381B02Fd22626
Octal7414220770330573224646
Binary11110011000101000011111100011011010111111010010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,98,135); }

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

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

 a { background-color: rgb(60,98,135); }

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

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

 span { border-color: rgb(60,98,135); }

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