#3A648F

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

Shades of Matisse #3A648F

Tints of Matisse #3A648F

Color information

#3A648F (or 0x3A648F) is unknown color: approx Matisse. HEX triplet: 3A, 64 and 8F. RGB value is (58,100,143). Sum of RGB (Red+Green+Blue) = 58+100+143=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A648F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A648F is #C59B70. Grayscale: #5C5C5C. Windows color (decimal): -12950385 or 9397306. OLE color: 9397306.

HSL color Cylindrical-coordinate representation of color #3A648F: hue angle of 210.35º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A648F is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58100143-
CMYK0.590.3000.44
HSL210.35º42.29%39.41%-
HSV(B)210.35º59.44%56.08%-
XYZ11.261227.71-
YUV92.34156.59103.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.27%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 143 (56.25% from 255) = 47.51%
R=19.27%
G=33.22%
B=47.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581001430.590.3000.44210.3542.2939.41
Hex3A648F3B1E02Cd22a27
Octal7214421773360543225247
Binary11101011001001000111111101111110010110011010010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,100,143); }

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

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

 a { background-color: rgb(58,100,143); }

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

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

 span { border-color: rgb(58,100,143); }

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