#3B648D

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

Shades of Matisse #3B648D

Tints of Matisse #3B648D

Color information

#3B648D (or 0x3B648D) is unknown color: approx Matisse. HEX triplet: 3B, 64 and 8D. RGB value is (59,100,141). Sum of RGB (Red+Green+Blue) = 59+100+141=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B648D is #C49B72. Grayscale: #5C5C5C. Windows color (decimal): -12884851 or 9266235. OLE color: 9266235.

HSL color Cylindrical-coordinate representation of color #3B648D: hue angle of 210º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B648D is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB59100141-
CMYK0.580.2900.45
HSL210º41%39.22%-
HSV(B)210º58.16%55.29%-
XYZ11.1711.9726.92-
YUV92.42155.42104.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.67%
GREEN value IS 100 (39.45% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 47%
R=19.67%
G=33.33%
B=47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591001410.580.2900.452104139.22
Hex3B648D3A1D02Dd22927
Octal7314421572350553225147
Binary11101111001001000110111101011101010110111010010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,100,141); }

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

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

 a { background-color: rgb(59,100,141); }

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

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

 span { border-color: rgb(59,100,141); }

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